So I am trying to use this font http://fortawesome.github.com/Font-Awesome/. I\'ve added the font as a resource and put it in the plist file. Here\'s how I am using it:
You can also use the library FontAwesome+iOS for iOS
Then you only need to use this code:
label.text = [NSString fontAwesomeIconStringForIconIdentifier:@"icon-github"]; // or: label.text = [NSString fontAwesomeIconStringForEnum:FAIconGithub];