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

Python SQLAlchemy:AttributeError: Neither 'Column' object nor 'Comparator' object has an attribute 'schema' -

java - How not to audit a join table and related entities using Hibernate Envers? -

mongodb - CakePHP paginator ignoring order, but only for certain values -