开发者

Is there a better UILabel somewhere?

开发者 https://www.devze.com 2023-03-13 11:00 出处:网络
I\'m looking for an UILabel with the following capabilities: auto resize support for breaklines simple rich text formatting (bold,

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.

0

精彩评论

暂无评论...
验证码 换一张
取 消