iphone - Is there any way to change TextView font type by adding in settings? -


is there way add item settings changes textview font type ? (for ex timesnewroman calibri etc )

in settings there no way, maybe new xcode version, in code easy, can do:

[mytextview setfont:[uifont fontwithname:@"trebuchetms" size:14]]; 

also http://iosfonts.com/ can lot, font names , ios versions available.


Comments

Popular posts from this blog

javascript - Enclosure Memory Copies -

php - Replacing tags in braces, even nested tags, with regex -