Pride Chung

Results 55 comments of Pride Chung

+1,relying on FMDB significantly increase compile duration, and I don't use FMDB at all.

`#import "FAKFontAwesome.h"` instead.

You didn't use those workaround macros, right?

When this assertion is failed, it means the font file doesn't exist in the app bundle, maybe you removed the font file from the "Copy Bundle Resources" build phrase accidentally....

Sorry for my absence, been busy on my daily job. I finally got myself a small vocation this weekend. I'm going to review this PR, maybe write some test for...

The PR changed how FAK works in a certain extent, since now we have Swift compatibility to worry about, I will stick to the old way before I could find...

Yes, FAK is Swift compatible by default, but the syntax isn't quite pleasing, now we have to call ``` swift let icon = FAKFontAwesome.starIconWithSize(20) ``` to get an icon. It...

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...

多謝支持,我現在的想法是跟ionic官方的新命名規則,然後把舊的方法標記成過時,這樣可以保持兼容性。這個周末試試看能不能做出來。