ios - Show block of text that contains different font sizes and styles -


I am working on an iPhone app and wondering how I would like a block of text with sub-strings Or a different size programmatically, it seems that this should probably be, but I find the right thing to find or search for an example.

Your only option is to use UIWebView . [NSString stringWithFormat:]; Use to make your HTML dynamic and then you can do [myWebView loaded HTML string: previously created HTMLString baseURL: nil];

Hope this helps.

Cheers!

Comments

Popular posts from this blog

java - NullPointerException for a 2d Array -

python - Assemble mpeg file unable to play in mediaplayer -

c# - NameSpace Manager or XsltContent to parse aspx page -