IconFont 阿里矢量图标库 管理与使用范例
Installation
CaamDau is available through CocoaPods. To install it, simply add the following line to your Podfile:
pod 'CaamDau/IconFont'
self.img.cd.iconfont(IconFont.temoji(60), color: UIColor.red, mode: .center)
self.lab_icon.cd.iconfont(IconFont.temoji(60))
self.lab_icon.cd.text(IconFont.temoji(60).attributedString)
self.btn.cd
.text(IconFont.temoji(60).font)
.text(IconFont.temoji(60).text)
self.btn.cd.text(IconFont.temoji(60).attributedString)
self.btn.cd.iconfont(IconFont.temoji(60), style: .image(.normal, color: UIColor.red, mode: .center))
阿里矢量图标资源管理 代码自动化脚本
附:Author
liucaide, [email protected]
License
CaamDau is available under the MIT license. See the LICENSE file for more info.