I use storyboards for my user interface. I previously used Xcode 4.6 and was released on iOS 6. Since then, I updated iOS 7 with Xcode 5 and updated the storyboard to work well with Xcode 5. I have one problem:
UITextView does not want to display font changes inside the code. Text color changes work fine. Any other property changes are in order. Font, not at all. I used a custom font, so I checked different fonts of different sizes (i.e. systemFontOfSize: , but that didn't work. In the text view, only the font that is installed in the storyboard is displayed. What am I missing here? Are there any auto-layout limitations that fight such things? I had several limitations problems during the migration, but as I said, fonts work fine in iOS 7.
I assume that something in the storyboard is missing me, as if I create a UIViewController and add a text view to the code, it works fine.
I would add code, but I'm not sure if it helps at all in this case.
ios objective-c xcode uistoryboard
Harry 01 Oct '13 at 10:19 2013-10-01 10:19
source share