iOS Library Allowing You To Load Custom Fonts With A Single Line Of Code (No Plist)

Loading custom fonts has always been a somewhat tedious process as each font needs to be identified within your Info.plist file.

Here’s an open source library that allows you to load custom fonts in your apps using a single line of code rather than having to use plist files called FontBlaster.

With FontBlaster you can automatically import all fonts in your main bundle, within fonts inside your main bundle or a remote bundle with just a single line of code.

To load fonts into your app using FontBlaster you simply need:

FontBlaster.blast()

An example is included showing how to load in a set of custom fonts.

You can find FontBlaster on Github here.

A nice library for simplifying font loading.

Original article: iOS Library Allowing You To Load Custom Fonts With A Single Line Of Code (No Plist)

©2015 iOS App Dev Libraries, Controls, Tutorials, Examples and Tools. All Rights Reserved.

Leave a Reply

Your email address will not be published. Required fields are marked *