All Versions
7
Latest Version
Avg Release Cycle
50 days
Latest Release
1339 days ago

Changelog History

  • v1.0.0 Changes

    August 23, 2020

    Summary

    ๐Ÿš€ This release includes support for SFSymbol 2 glyphs.

    Please use the SFSymbol2 enum for SFSymbol 2 identifiers and SFSymbol for SFSymbol 1.1 identifiers.

    https://developer.apple.com/sf-symbols/

  • v0.5.1 Changes

    July 30, 2020

    Summary

    ๐Ÿš€ This release addresses an issue with Swift Package Manager settings with iOS and tvOS versions.

  • v0.5.0 Changes

    July 17, 2020

    Summary

    ๐Ÿš€ This release just simply adds the same functionality that this library added to UIKit's UIImageView.

    Now you can create Images 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, 2020

    This 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.