Skip to content

Use several-lines codes to change the system font in iOS development.

Notifications You must be signed in to change notification settings

TodLorry/UIFont-ChangeSystemFont

Repository files navigation

UIFont-ChangeSystemFont

Use several-lines codes to change the system font in iOS development.

Usage:

  1. Just drag the files (.h and .m) into your project

    1

  2. Then choose a font family name and give it to changedSystemFontOfSize: method

    2

  3. import the header when you need it. The suggested way is to import it to pch file of your project.

    3

  4. Now you will get your system font family changed!

    4

    And here is the result:

    5

    Note that you can obtain all system font family names by the following codes:

    6

About

Use several-lines codes to change the system font in iOS development.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published