GoogleMaterialIconFont
- 授权协议: MIT
- 开发语言: Swift
- 操作系统: iOS
- 软件首页: https://github.com/kitasuke/GoogleMaterialIconFont
软件介绍
Google Material Design 图标,用于 Swift 和 ObjC 项目。
使用
Swift
import GoogleMaterialIconFont
label.text = String.materialIcon(.Favorite) label.font = UIFont.materialIconOfSize(32)
Objective-C
import #import <GoogleMaterialIconFont/GoogleMaterialIconFont-Swift.h>
label.text = [NSString materialIcon:MaterialIconFontFavoriteBorder]; label.font = [UIFont materialIconOfSize:32];
