I want to insert a hyperlink as we have in uiwebview. As the link displayed as Read More and when user click on it then it must be redirected to a URL in iPhone browser (i.e safari).
Please don’t suggest me using UIwebview in place of it. And don’t suggest me
textView.dataDetectorTypes = UIDataDetectorTypeLink;
Because in second way the url displayed to the user, which I don’t want.
Give me any other suggestions to achieve this or any sample code for it.
Is it have to be a textView? I did some similar adding a button with the text, background invisible and add the action to call safari on click, like this: