CaamDauIconFont 4.0.0

CaamDauIconFont 4.0.0

Maintained by lcd.



 
Depends on:
CaamDauExtension>= 0
SnapKit>= 0
 

  • By
  • liucaide

CI Status Version License Platform

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.