How can i underline text inside uitextview programmatically?
You can use NSAttributedString for this purpose. Following is link for the same - https://github.com/AliSoftware/Ali-Cocoa-Classes
And you can refer this thread to check how to use NSAttributedString. How do you use NSAttributedString?