objective-cios4safariuiwebviewuitextview

App should open links with WebView not with Safari


I've got an UITextView in my app where rss feeds are loaded in. Now I want that when there's a link in the textview and you tab on it, my webview should open that link not safari. How can I do this?


Solution

  • Hey, It will be difficult for you to know where you have clicked in your UITextView. Honestly the best way for you to do that it to use the Three20 framework.