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.
- Host: GitHub
- URL: https://github.com/swordray/uiimagesymbols
- Owner: swordray
- License: mit
- Created: 2020-05-23T09:32:09.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2022-02-09T05:28:46.000Z (over 4 years ago)
- Last Synced: 2024-12-31T13:04:43.164Z (over 1 year ago)
- Topics: cocoapods, ios, ios13, sfsymbols, swift
- Language: Swift
- Homepage:
- Size: 68.4 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# UIImageSymbols
A SF Symbols static variables extension of UIImage.
[](https://travis-ci.org/swordray/UIImageSymbols)
[](https://cocoapods.org/pods/UIImageSymbols)
[](https://cocoapods.org/pods/UIImageSymbols)
[](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.