All Versions
7
Latest Version
Avg Release Cycle
50 days
Latest Release
1666 days ago
Changelog History
Changelog History
-
v1.0.0 Changes
August 23, 2020Summary
๐ This release includes support for SFSymbol 2 glyphs.
Please use the
SFSymbol2
enum for SFSymbol 2 identifiers andSFSymbol
for SFSymbol 1.1 identifiers. -
v0.5.1 Changes
July 30, 2020Summary
๐ This release addresses an issue with Swift Package Manager settings with iOS and tvOS versions.
-
v0.5.0 Changes
July 17, 2020Summary
๐ This release just simply adds the same functionality that this library added to UIKit's
UIImageView
.Now you can create
Image
s from SFSymbols in SwiftUI with a line of code like this:Image(symbol: .playCircle)
-
v0.4.0 Changes
July 15, 2020๐ This release adds support for Xcode 12.
-
v0.3.0 Changes
July 11, 2020This version adds an even briefer way to use SFSymbols in your code like this:
UIImage(symbol: .airplane)
-
v0.2.0 Changes
November 04, 2019๐ This release simply adds in SPM support.
-
v0.1.0 Changes
October 28, 2019๐ This is the initial release, I hope this micro repository finds you well.