CocoaPods trunk is moving to be read-only. Read more on the blog, there are 13 months to go.
| TestsTested | ✗ |
| LangLanguage | SwiftSwift |
| License | MIT |
| ReleasedLast Release | Oct 2016 |
| SPMSupports SPM | ✗ |
Maintained by Jason Nam.
Octicons Swift wrapper.
This project is based on OcticonsIOS.
This project uses Octicons version 3.5.0, not the latest. Please refer this issue.
let octiconsFont = UIFont.octiconsFont(size: 18)
let octiconsFont = UIFont(name: "Octicons", size: 18)let repoString = String.character(for: .repo)let repoImage = UIImage(octiconsID: .repo,
iconColor : UIColor.black,
size : CGSize(width: 30, height: 30))label.font = UIFont.octiconsFont(size: 18)
label.text = String.character(for: .repo)imageView.image = UIImage(octiconsID : .rocket,
backgroundColor: UIColor.gray,
iconColor : UIColor.black,
iconScale : 0.8,
size : CGSize(width: 30, height: 30))Just copy the files in Source folder into your project. (Check your platform)
Check this instructions.
If you install OcticonsSwift with Carthage or CocoaPods check the number 4 of the article.
Any feedback and pull requests are welcome :)
OcticonsSwift is available under the MIT license. See the LICENSE file for more info.