There is one link in my UITextView. When I click on it, safari browser opens up and the web page for that link gets opened. But, the functionality I want is, when user will click on that link in textView, one form with webView will get opened and that web page for that link will be viewed to the user inside the application. I am not getting how to do it. I mean, How to get that click event for that link on the UITextView?? Please help me for this. The thing I want is , get an event for click on the link in UITextView..
Thanks.