gimenete / iOS-boilerplate

iOS-app template with lots of common tasks solved
http://iosboilerplate.com/
2.76k stars 459 forks source link

Added a BrowserViewController #16

Closed nbuggia closed 13 years ago

nbuggia commented 13 years ago

Hey Alberto,

I've added a Web Browser View Controller that lets you open URLs within your app so you don't need to switch out to Safari. It includes the code to have links from within UITextViews and UIWebViews open automatically in the Web Browser View Controller. And of course, there is an override switch in the event you really do want to open a link in Safari.

This is very useful for social networking apps that display feeds with links, or for apps that want to render their help text in a browser within their app. Let me know if you have any questions,

nate

gimenete commented 13 years ago

This is great. Thanks a lot. I've already pulled it, and I'm going to try to update the documentation today.

gimenete commented 13 years ago

I have just updated the web site. Tell me if everything about BrowserViewController is fine http://iosboilerplate.com/

Thanks!

nbuggia commented 13 years ago

Everything looks great, thanks!