CocoaPods trunk is moving to be read-only. Read more on the blog, there are 13 months to go.
| TestsTested | ✗ |
| LangLanguage | Obj-CObjective C |
| License | MIT |
| ReleasedLast Release | Dec 2014 |
Maintained by zhuchao.
now we can use icon by font
swift和easyios的字体图片演示,可以用来作为图片字典查阅ttf和json文件就可以轻松扩展特殊字体FontAwesome、Zocial-Regular、Ionicons、Foundation
1.Import from CocoaPods Add below to Podfile and run pod install
pod 'FontIcon', '~> 1.0'
2.Clone the repo (HTTP)
https://github.com/zhuchaowe/FontIcon.git
NSString *icon = [IconFont icon:@"fa_align_left" fromFont:fontAwesome];
[IconFont buttonWithIcon:icon fontName:fontAwesome size:24.0f color:[UIColor whiteColor]];