测试已测试 | ✗ |
语言语言 | Obj-CObjective C |
许可证 | MIT |
发布最后发布 | 2015年7月 |
由 Viktor Immanuel Calonia 维护。
_for IOS - Objective C
Material Design Icon 字体来自 http://zavoloklom.github.io/material-design-iconic-font/icons.html
#import <VCMaterialDesignIcons/VCMaterialDesignIcons>
// create icon with Material Design code and font size
// font size is the basis for icon size
VCMaterialDesignIcons *icon = [VCMaterialDesignIcons iconWithCode:VCMaterialDesignIconCode.md_bug_report fontSize:30.f];
// add attribute to icon
[icon addAttribute:NSForegroundColorAttributeName value:[self getRandomColor]];
// the icon will be drawn to UIImage in a given size
UIImage *image = [icon image];
运行示例之前,请
在 MaterialDesignDemo
目录中运行 pod update
并通过 MaterialDesignDemo.xcworkspace 打开 MaterialDesignDemo 项目
欢迎对库进行分支。