How to integrate and use Font Awesome with Objective-C or Swift in an Xcode project?

后端 未结 17 1415
不思量自难忘°
不思量自难忘° 2020-12-12 18:07

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:

17条回答
  •  遥遥无期
    2020-12-12 19:05

    FontAwesome font name comes in like so: FontAwesome

    Try [UIFont fontWithName:@"FontAwesome" size:8]].

    Watching this video tutorial might help: http://youtu.be/J1EHAS0icv0.

提交回复
热议问题