Custom fonts do not work for UILabel in attribute text mode

There was a problem with the font in the iOS8 SDK in Xcode6.

Custom fonts do not work for UILabel in text mode with an attribute. For all other fonts, UILabel in Plain Text mode works. When I build with the iOS7 SDK everything works fine. (I install fonts in the storyboard, moarphones are inactive, I used moarphones earlier)

Thanks!

+5
source share
1 answer

This problem may be caused by errors in the beta version of Xcode6. Try to run the project in Xcode5, but using the iOS 8 SDK.

0
source

Source: https://habr.com/ru/post/1202075/


All Articles