سؤال

I am using TTStyledTextLabel from Three20 framework. I simply use it for text markup, like bold text. Now I should migrate from Three20.

What is the simplest way to implement TTStyledTextLabel functionality? May be there is TTStyledTextLabel equivalent?

هل كانت مفيدة؟

المحلول

Take a look at TTTAttributedLabel. It works like UILabel in iOS 6 but supports iOS 5 (maybe even iOS 4).

نصائح أخرى

Have a look at the standard UILabel. It supports NSAttributedString starting from iOS 6.

مرخصة بموجب: CC-BY-SA مع الإسناد
لا تنتمي إلى StackOverflow
scroll top