style: image path

This commit is contained in:
杭城小刘
2020-05-04 02:52:47 +08:00
parent 8dbcff87ed
commit 966910d38d
4 changed files with 17 additions and 17 deletions

View File

@@ -78,7 +78,7 @@ pragma mark - getter and setter
```Objective-c
self.latestImageView.image = [UIImage iconWithInfo:LBPIconFontmake(@"\U0000e6ac", 60, @"000066") ];
```
![封装后的工程目录结构](./../assets/2017-05-28-iconfont.png)
![封装后的工程目录结构](https://raw.githubusercontent.com/FantasticLBP/knowledge-kit/master/assets//2017-05-28-iconfont.png)
1. LBPFontInfo来封装字体信息
2. UIColor+picker根据十六进制字符串来设置颜色