alexdrone / ios-fontawesome

NSString+FontAwesome
1.74k stars 254 forks source link

Is icon-spin supported? #41

Open bkammin opened 9 years ago

bkammin commented 9 years ago

I'd like to use icon-spinner as an activity indicator. In css I would do this by assigning the icon-spin class. Is this functionality supported in FontAwesome+IOS?

PabloLerma commented 9 years ago

You can't. In css works thanks to CSS3 animations. You can have it here too if you animate the layer. I will try to do it and pull request the feature if you want.