iphone - Any way to alter text attributes within a UITextField? -


Just said - I have to keep scrollable text fields with paragraphs of text. Some sentences are bold and blue while others are red and normal, while the rest is normal black / normal text.

Any way to change the properties within the text / within the text?

Thank you!

  • A lie to your conscience: No, you can not do this.

  • TRUTH (Use with caution): You can create multi strings ... using core text (but still not qualified - not worth it ).

  • Agreement: Use a UIWebView and HTML :) can not say more clearly than that.

Comments

Popular posts from this blog

qt - switch/case statement in C++ with a QString type -

python - sqlite3.OperationalError: near "REFERENCES": syntax error - foreign key creating -

Python's equivalent for Ruby's define_method? -