alexdrone / ios-fontawesome

NSString+FontAwesome
1.74k stars 254 forks source link

Only works with enum but not with string id #30

Closed ipeisong closed 10 years ago

ipeisong commented 10 years ago

if I use FAIconxxx it works, but if I try string id "fa-xxx" or simply "xxx" it always shows the default image.

I included all the header files already. Anything missing?

ipeisong commented 10 years ago

turns out should be 'icon-xxx'.

the document is misleading, should update ...