UIImageSymbols 0.6.1

UIImageSymbols 0.6.1

Maintained by Jianqiu Xiao.



  • By
  • Jianqiu Xiao

UIImageSymbols

A SF Symbols static variables extension of UIImage.

CI Status Version License Platform

Requirements

Installation

UIImageSymbols is available through CocoaPods. To install it, simply add the following line to your Podfile:

pod 'UIImageSymbols'

Usage

let image: UIImage? = .cCircle       // UIImage(systemName: "c.circle")
let image: UIImage? = .eCircleFill   // UIImage(systemName: "e.circle.fill")
let image: UIImage? = ._11CircleFill // UIImage(systemName: "11.circle.fill")

Author

Jianqiu Xiao, [email protected]

Sponsors

License

UIImageSymbols is available under the MIT license. See the LICENSE file for more info.