AliSoftware / OHAttributedLabel

UILabel that supports NSAttributedString
https://github.com/AliSoftware/OHAttributedLabel/wiki
1.51k stars 344 forks source link

Fix where the highlight is made if it spans multiple lines #162

Closed mattjgalloway closed 10 years ago

mattjgalloway commented 10 years ago

This fixes highlights that span multiple lines because the highlight range was not being calculated correctly for subsequent lines.

[Apologies, my original PR (#136) introduced this bug]