Is there a better UILabel somewhere?
I'm looking for an UILabel with the following capabilities:
- auto resize
- support for breaklines
- simple rich text formatting (bold, italic, hyperlinks?)
I know I 开发者_开发百科can do it myself, but I'd guess there should be already an open-source project for something like this, right?
I would recommend using TTStyledLabel/TTStyledTextLabel from the Three20 library. It provides the desired functionally and would save you the time of writing your own.
精彩评论