IPCustomFont 0.0.2

IPCustomFont 0.0.2

TestsTested
LangLanguage Obj-CObjective C
License BSD
ReleasedLast Release Dec 2014

Maintained by Unclaimed.



  • By
  • Matt Bridges

A way to set custom fonts on UI elements in interface builder.

When using a font outside those that are built into iOS, it's often necessary to set fonts on labels, buttons, and text fields programatically. There are many solutions to this, including subclassing, categories, or utility classes. It would be cleaner if interface builder allowed you to set custom fonts directly in the nib or storyboard. With IPCustomFont, you can leverage the "User-defined runtime attributes" in interface builder's identity inspector to do just that.

Installation

pod 'IPCustomFont'

Authors

Matt Bridges

License

BSD