Objective C 的图标字体库。目前支持 GoogleMaterialDesignIcons。Swift 版本在这里 here。
可以通过符号字体调用 Google 的 MaterialDesignアイコン的 Objective C ライブラリです。Swift 版は こちら。
本项目使用的字体
本项目使用的字体作者:Google 链接:https://github.com/google/material-design-icons
Creative Commons Attribution 4.0 International (CC BY 4.0)
#import "MaterialDesignSymbol.h"
MaterialDesignSymbol *symbol = [MaterialDesignSymbol iconWithCode:MaterialDesignIconCode.home48px fontSize:30.f];
[symbol addAttribute:NSForegroundColorAttributeName value:[UIColor blackColor]];
UIImage *image = [symbol image];
// UIImage *image = [symbol imageWithSize:CGSizeMake(30, 30)];