AliSoftware / OHAttributedLabel

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

Is it possible to assign a attributed string from OHAttributedLabel into UITextview with formatting ? #185

Closed sundarsan closed 9 years ago

sundarsan commented 9 years ago

Its crashing even on iOS 8.0

AliSoftware commented 9 years ago

OHAttributedLabel is deprecated and not supported since a while now (and iOS6/7 changed the whole Text Rendering engine). See README for more details.

Use UILabel's native support for NSAttributedString instead, and migrate to OHAttributedStringAdditions if you need convenience methods to build your NSAttributedString easily