Skip to content

Latest commit

 

History

History
33 lines (25 loc) · 706 Bytes

README.md

File metadata and controls

33 lines (25 loc) · 706 Bytes

SimpleFontWrapper

Illustrates use of the CustomFontLabel class, a simple UILabel subclass to quickly apply custom fonts in interface builder.

Version

1.0

Installation

CustomFontLabel:

  • Copy CustomFontLabel.h/.m into your project
  • Add custom font to project
  • Add your font to yourproject.plist
  • Make sure that the font is copied into the project bundle
  • Modify CustomFontLabel.m to use your custom font
  • In interface builder, apply CustomFontLabel to labels which should use the custom font.

Demo:

git clone [git-repo-url] SimpleFontWrapper
cd SimpleFontWrapper
open SimpleFontWrapper.xcodeproj

License

Apache 2.0 http://www.apache.org/licenses/LICENSE-2.0