FontAwesomeKit icon indicating copy to clipboard operation
FontAwesomeKit copied to clipboard

Lost icon in FAKIonIcons

Open mrcrow opened this issue 10 years ago • 10 comments

Refers to IonIcon page, I found that the ion-ios-list is not found in the FAKIonIcons class, please add this

mrcrow avatar Dec 09 '14 03:12 mrcrow

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.

PrideChung avatar Dec 09 '14 06:12 PrideChung

Let's write in Chinese :)

我推薦去跟官方的命名,兩邊對照起來應該會方便很多
期待FontAwesomeKit的下一個版本,這個版本在我的項目裡結合的很方便
謝謝!

mrcrow avatar Dec 10 '14 02:12 mrcrow

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

PrideChung avatar Dec 11 '14 00:12 PrideChung

Try 2.2.0

PrideChung avatar Dec 22 '14 13:12 PrideChung

@PrideChung Good!

mrcrow avatar Dec 22 '14 15:12 mrcrow

  • (instancetype)iosStarIconWithSize:(CGFloat)size { return [self iconWithCode:@"\uf4b3" size:size]; }
  • (instancetype)iosStarOutlineIconWithSize:(CGFloat)size { return [self iconWithCode:@"\uf4b2" size:size]; }

are missing, please include

EsSpectacularrr avatar Jan 14 '15 13:01 EsSpectacularrr

@JacquesPienaar I can see these icons being rendered in the demo app, they're not missing. What's wrong?

PrideChung avatar Jan 14 '15 15:01 PrideChung

I get the following screen shot 2015-01-15 at 12 11 54 pm

I see I was using out of date character codes, soz

EsSpectacularrr avatar Jan 15 '15 10:01 EsSpectacularrr

@JacquesPienaar So, problem solved?

PrideChung avatar Jan 16 '15 01:01 PrideChung

yes

EsSpectacularrr avatar Jan 16 '15 07:01 EsSpectacularrr