UIImage-SFSymbols

3.0.0

Category on UIImage to use SFSymbols
ralph-e-boy/UIImage-SFSymbols

What's New

3.0.0 -> SFSymbols 3.0

2021-11-10T01:05:25Z

UIImage-SFSymbols (version 2.1 )

Extension / Category on UIImage for SFSymbols

Example:

instead of;

   let image = UIImage(systemName: "multiply.circle.fill")

use:

   let image = UIImage(.sf_multiply_circle_fill)
   let image: UIimage = .sf_multiply_circle_fill
   let imageView = UIImageView(image: .sf_multiply_circle_fill) 

Installation - Swift Package Manager

   .package(url: "https://github.com/ralph-e-boy/UIImage-SFSymbols", branch: "main")

Versions / tags

Version 2.0.0 of this library was built against SFSymbols 2.1

Version 3.0.0 of this library was built against SFSymbols 3.0

The source is is generated using the shell script in bin/ against the plist found in the SFSymbols App

Adjust format as you see fit, and regenerate the swift by typing "make" from the root directory

Description

  • Swift Tools 5.3.0
View More Packages from this Author

Dependencies

  • None
Last updated: Sun Jul 02 2023 21:09:51 GMT-0900 (Hawaii-Aleutian Daylight Time)