Thursday, July 30, 2015

UITextView setting font in Storyboard not working

If you set the font size on a UITextView in storyboard and uncheck the Editable and Selectable options, the font size will not be honored when running the app.  For some reason (bug probably) the Editable or Selectable option need to be enabled.  You can disable it on viewWillAppear in code.

http://stackoverflow.com/questions/19113673/uitextview-setting-font-not-working-with-ios-6-on-xcode-5

No comments:

Post a Comment