MaterialDesignSymbolObjC 1.3

MaterialDesignSymbolObjC 1.3

测试已测试
语言 Obj-CObjective C
许可协议 CC
发布最新发布2016年7月

Takuya Ichise 维护。



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)];

相关产品