GoogleMaterialIconFontGoogle Material Design 图标

联合创作 · 2023-09-27 14:50

GoogleMaterialIconFont 是适用于 Swift 和 ObjC 项目的 Google Material Design 图标。该库的灵感来自 FontAwesome.swift

使用

Swift

import GoogleMaterialIconFont

label.text = String.materialIcon(.Favorite)
label.font = UIFont.materialIconOfSize(32)

Objective-C

import #import <GoogleMaterialIconFont/GoogleMaterialIconFont-Swift.h>

label.text = [NSString materialIcon:MaterialIconFontFavoriteBorder];
label.font = [UIFont materialIconOfSize:32];
浏览 8
点赞
评论
收藏
分享

手机扫一扫分享

编辑 分享
举报
评论
图片
表情
推荐
点赞
评论
收藏
分享

手机扫一扫分享

编辑 分享
举报