Is there any way to encode formatting in a simple string to show italics, for example. I am then having an iOS multiple line edit box display this text.
Printable View
Is there any way to encode formatting in a simple string to show italics, for example. I am then having an iOS multiple line edit box display this text.
Doubtful - the iOS multiple line edit box becomes a UITextView in XCode, I think, and this has no way of mixing standard and italics. Of course you may be able to make ALL the text italic by choosing it in the font ;-)
I'm sure Francois will correct me if I'm mistaken!