-
-
Notifications
You must be signed in to change notification settings - Fork 66
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
Added Icon.system for SF Symbols #41
Conversation
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.
Thanks much for the pull request! The CI build fails because init(systemName:) requires iOS 13+. It'd be better to add the API compatibility.
Co-Authored-By: Cheng-Yao Lin <b.cylin@gmail.com>
Co-Authored-By: Cheng-Yao Lin <b.cylin@gmail.com>
Codecov Report
@@ Coverage Diff @@
## develop #41 +/- ##
===========================================
- Coverage 93.94% 93.73% -0.22%
===========================================
Files 14 14
Lines 314 319 +5
===========================================
+ Hits 295 299 +4
- Misses 19 20 +1
|
I see now that the code coverage is failing. I'll take a look at fixing that in a little bit. |
This adds an Icon type that pulls from
UIImage(systemName:)
versusUIImage(named:)
.