No description
  • Objective-C 54.5%
  • C 42.1%
  • Ruby 1.4%
  • Python 1.2%
  • Rich Text Format 0.4%
  • Other 0.4%
Find a file
2017-09-23 23:08:04 +02:00
Font-Awesome@a8386aae19 Update Font-Awesome to version 4.7.0 2017-06-18 22:08:32 +02:00
FontAwesomeIconFactory Make barButtonItemIconFactory use automatic rendering mode 2017-09-23 22:04:43 +02:00
FontAwesomeIconFactory.xcodeproj Upgrade project to Xcode 9 2017-09-23 22:06:04 +02:00
FontAwesomeIconFactory.xcworkspace Remove xcscmblueprint 2017-06-18 23:49:05 +02:00
FontAwesomeIconFactoryDemo Upgrade project to Xcode 9 2017-09-23 22:06:04 +02:00
FontAwesomeIconFactoryDemoOSX Upgrade project to Xcode 9 2017-09-23 22:06:04 +02:00
FontAwesomeIconFactoryTests Increase iOS deployment target to 8.0 2017-06-18 23:49:35 +02:00
.gitignore Add playground timeline to .gitignore 2017-06-18 23:49:35 +02:00
.gitmodules Initial import 2013-03-16 22:31:47 +01:00
.travis.yml Fix travis-ci timeout. 2015-08-31 21:11:52 +02:00
build-header.py Annotate Swift class names 2017-09-23 22:04:43 +02:00
FontAwesomeIconFactory.h Add umbrella header. 2015-04-24 22:36:04 +02:00
FontAwesomeIconFactory.podspec Update version to 3.0 2017-09-23 23:08:04 +02:00
LICENSE Initial import 2013-03-16 22:31:47 +01:00
Podfile Update OCHamcrest to 4.0.0 2017-06-18 23:49:35 +02:00
README.md Update version to 3.0 2017-09-23 23:08:04 +02:00

FontAwesomeIconFactory

A factory for turning Font Awesome icons into images for user interface controls. Works for iOS and OS X.

Font Awesome was created by Dave Gandy. http://fortawesome.github.com/Font-Awesome

FontAwesomeIconFactory was created by Nikolaj Schumacher.

OS X ≥ 10.7 iOS ≥ 6.0 CocoaPods compatible Carthage compatible

Build Status

screenshot Interface Builder screenshot OS X screenshot iOS

Setup

CocoaPods

Add the following to your Podfile:

pod 'FontAwesomeIconFactory'

Then run pod install as usual.

Changes

3.0

  • Updates Font Awesome to version 4.2.0 for new and changed icons.
  • Full annotations for better Swift names
  • Fixes bar button icon default rendering mode

2.1.0

  • Fixes a naming regression in the Swift version of the enum.

2.1

  • Updates Font Awesome to version 4.2.0 for new and changed icons.
  • Fixed for usage with Xcode 7.

2.0.2

  • FontAwesome is now a proper framework and supports Carthage.

2.0.1

2.0

  • Updates Font Awesome to version 4.3.0 for new and changed icons.
  • Annotated for nicer use in Swift.
  • Support for adding icons to iOS controls in Interface Builder.

1.4

  • Updates Font Awesome to version 4.2.0 for new and changed icons.

1.3

  • Updates Font Awesome to version 4.0.3 for new and changed icons.
  • On iOS 7 renderingMode is now adjusted automatically when setting a color.

1.2.1

  • Updates Font Awesome to version 3.2.1.
  • Butter support for iOS 7 by allowing to override renderingMode.

1.2

  • Updates Font Awesome to version 3.2 for new and changed icons.
  • The images now actually have the exact height (and width if square is set) specified in the size property. Get the old behavior (where the image is only as high as needed) by setting padded to NO. The predefined factories have been adjusted in size.

1.1

  • Updates Font Awesome to version 3.1.1 for 54 new icons.

1.0.1

  • Removes the need to modify the Info.plist.