-
Notifications
You must be signed in to change notification settings - Fork 55
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Default font changes in Xcode 11 #33
Comments
AttributedTextView does not change any attributes by itself. It just takes the UILable, UITextview or NSAttributed text and applies whatever you specified. Indeed Apple made some changes in Xcode 11 As per Apple's official document https://developer.apple.com/fonts/
So we need to download and install SF Pro font and set UILabel attributed string font style with SF Pro Text Regular 18.0 to keep the same font style like Plain text have. |
Quick update |
still replaces for me |
Hi all,
Why it switches to TimesNewRomanPSMT font in Xcode 11?
Thanks
The text was updated successfully, but these errors were encountered: