How can i underline text inside uitextview programmatically?
I used UIWebView instead of UITextView to solve this problem.
NSString *contentHtml = [NSString stringWithFormat:@"Left:315"]; [listWebView loadHTMLString:contentHtml baseURL:nil];