Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Can't change system font to custom font in Xcode 11 Beta

I'm trying to change the font of a UILabel to a custom font but the option is locked and says 'Custom (non installed)', but I do have custom fonts in fact it works fine in Xcode 10

enter image description here

like image 673
Eihab Avatar asked Nov 06 '22 16:11

Eihab


1 Answers

Right now, it's not working in XCode 11 beta but you can follow one workaround. Change text style from Plain to Attributed. It allows you to change the font.

like image 92
Janu Gandhi Avatar answered Nov 13 '22 01:11

Janu Gandhi