ios-fontawesome
ios-fontawesome copied to clipboard
NSString+FontAwesome
==> pod update Update all pods Analyzing dependencies Pre-downloading: `FontAwesome+iOS` from `[email protected]:alexdrone/ios-fontawesome.git` [!] Error installing FontAwesome+iOS [!] Failed to download 'FontAwesome+iOS'. Same error with pod install ==> pod install Analyzing...
A lot of times we have designer updating the asset and it would very nice if we can specified through the UI. However I only see the way to input...
@alexdrone Swift 4 Support?
How can I update this project to support FontAwesome 4.6 icons ? Tnx Roberto
Hi, I have just included the NSString+FontAwesome.h and .m on my project along with FontAwesome.ttf. I made the changes on info.plist and also verified that Build Phase is correct copying...
Could you make this awesome project support [Carthage](https://github.com/Carthage/Carthage)? Thanks.
Is there any way to add an icon + any text to a label or image? e.g: ``` label.text = [NSString fontAwesomeIconStringForIconIdentifier:@"fa-github + myText"]; ```