GoogleMaterialIconFontGoogle Material Design 图标
GoogleMaterialIconFont 是适用于 Swift 和 ObjC 项目的 Google Material Design 图标。该库的灵感来自 FontAwesome.swift。
使用
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];
评论