diff --git a/Chapter1 - iOS/1.1.md b/Chapter1 - iOS/1.1.md index 5977a00..28932be 100644 --- a/Chapter1 - iOS/1.1.md +++ b/Chapter1 - iOS/1.1.md @@ -76,7 +76,7 @@ Generating a UIImage from IconFont only requires LBPIconFontmake(par1, par2, par ```objective-c self.latestImageView.image = [UIImage iconWithInfo:LBPIconFontmake(@"\U0000e6ac", 60, @"000066") ]; ``` -![Encapsulated project structure](../assets//2017-05-28-iconfont.png) +![Encapsulated project structure](../assets/2017-05-28-iconfont.png) 1. LBPFontInfo encapsulates font information. 2. UIColor+picker sets color from a hex string. diff --git a/assets/2017-05-28-iconfont.png b/assets/2017-05-28-iconfont.png new file mode 100644 index 0000000..6a39a52 Binary files /dev/null and b/assets/2017-05-28-iconfont.png differ