underline text in UIlabel
- by semix
How to underline a text that could be multiple lines of string?
I find some people suggest UIWebView, but it is obviously too heave a class for just text rendering.
My thoughts was to figure out the start point and length of each string in each line.
And draw a line under it accordingly.
I meet problems at how to figure out the length and start…