FontAwesomeKit
FontAwesomeKit copied to clipboard
Lost icon in FAKIonIcons
Refers to IonIcon page, I found that the ion-ios-list is not found in the FAKIonIcons class, please add this
ionicons has reached version 2.0 recently with some new icons which are not yet supported by FontAwesomeKit. Other than that, it renamed every iOS 7 style icons by dropping the "7". I'm still considering whether follow their new naming convention and make breaking changes. A new version for FontAwesomeKit will come up eventually but may take longer than usual.
Let's write in Chinese :)
我推薦去跟官方的命名,兩邊對照起來應該會方便很多
期待FontAwesomeKit的下一個版本,這個版本在我的項目裡結合的很方便
謝謝!
多謝支持,我現在的想法是跟ionic官方的新命名規則,然後把舊的方法標記成過時,這樣可以保持兼容性。這個周末試試看能不能做出來。
Try 2.2.0
@PrideChung Good!
- (instancetype)iosStarIconWithSize:(CGFloat)size { return [self iconWithCode:@"\uf4b3" size:size]; }
- (instancetype)iosStarOutlineIconWithSize:(CGFloat)size { return [self iconWithCode:@"\uf4b2" size:size]; }
are missing, please include
@JacquesPienaar I can see these icons being rendered in the demo app, they're not missing. What's wrong?
I get the following

I see I was using out of date character codes, soz
@JacquesPienaar So, problem solved?
yes