-
-
Notifications
You must be signed in to change notification settings - Fork 72
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
iOS 13 SystemFont Changes + Previous System Font Issues #1291
Conversation
This PR is also failing the same way as #1290, because the CI is not using latest XCode which includes iOS13 frameworks. |
bcdf431
to
443129e
Compare
ok, updated with iOS 13 checks, if it passes, will probably still need someone to test on XCode version less than 11 |
oh, the test would be simple like being able to build an iOS app and the default font still works as well as a custom defined one. |
I can test this on Xcode 9.4 and iOS 12.4 later tonight. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This code needs to be cleaned up a bit more. ;)
443129e
to
65fe567
Compare
Ok, sorted. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's getting there, but I'm a bit confused about font sizes and nitpicking some more about code-style.
65fe567
to
b641862
Compare
Sorted. |
- added iOS13 way of doing SystemFont - fixed older system font issues with font weight/style - added reasonable fallbacks for missing font weights for older system font way - added fallbacks for missing desktop font styles
b641862
to
b77183e
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks good to me now. Good stuff!
Shweet! |
This PR contains: