MaterialDesignSymbolObjC
1.3
目標C的圖標字體庫。目前支持GoogleMaterialDesignicons。 Swift版本在這裡。
這是一個Objectivec庫,允許您使用符號字體調用Google的材料設計圖標。單擊此處以獲取Swift版本。
該項目使用的字體
該項目中使用的字體的作者:Google鏈接:https://github.com/google/material-design-icons
創意共享歸因4.0國際(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)]; pod MaterialDesignSymbolObjC