I have to display data from server which is coming with hyperlink.
Ex: NSString *messageString = @"Click <a href=\"http://www.google.com\">here</a> ";
I know that in web view its easy to display but we need to display in UitableView.
I have tried KIlabel, TTTAttributedLabel but this was of no help as they are detecting only link not hyperlink.
So how will I display this kind of data in UitableView.