An open API service indexing awesome lists of open source software.

https://github.com/swordray/uiimagesymbols

A SF Symbols static variables extension of UIImage.
https://github.com/swordray/uiimagesymbols

cocoapods ios ios13 sfsymbols swift

Last synced: 16 days ago
JSON representation

A SF Symbols static variables extension of UIImage.

Awesome Lists containing this project

README

          

# UIImageSymbols

A SF Symbols static variables extension of UIImage.

[![CI Status](https://img.shields.io/travis/swordray/UIImageSymbols.svg?style=flat)](https://travis-ci.org/swordray/UIImageSymbols)
[![Version](https://img.shields.io/cocoapods/v/UIImageSymbols.svg?style=flat)](https://cocoapods.org/pods/UIImageSymbols)
[![License](https://img.shields.io/cocoapods/l/UIImageSymbols.svg?style=flat)](https://cocoapods.org/pods/UIImageSymbols)
[![Platform](https://img.shields.io/cocoapods/p/UIImageSymbols.svg?style=flat)](https://cocoapods.org/pods/UIImageSymbols)

## Requirements

## Installation

UIImageSymbols is available through [CocoaPods](https://cocoapods.org). To install
it, simply add the following line to your Podfile:

```ruby
pod 'UIImageSymbols'
```

## Usage

```swift
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, swordray@gmail.com

## Sponsors

* [BaiLu ShuYuan](https://bailushuyuan.org)

## License

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