Skip to content

This is an extension which will help you to change your Fonts All over the projects Based on Your Current Font Size and Font Type , It will Automatically adapt the Font Type and Size According to your Projects PreDefined Font

Notifications You must be signed in to change notification settings

SwiftGuides/Change-All-Fonts-to-Custom-fonts-in-Entire-Project-at-Once

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Change-All-Fonts-to-Custom-fonts-in-Entire-Project-at-Once

This is an extension which will help you to change your Fonts All over the projects Based on Your Current Font Size and Font Type , It will Automatically adapt the Font Type and Size According to your Projects PreDefined Font

  • Call the Extension From AppDelegate Class in "didFinishLaunchingWithOptions" Method.
        //Call font change Extension Method Like This
        UILabel.appearance().substituteFontName = "Roboto"
        UITextView.appearance().substituteFontName = "Roboto"
        UITextField.appearance().substituteFontName = "Roboto"

About

This is an extension which will help you to change your Fonts All over the projects Based on Your Current Font Size and Font Type , It will Automatically adapt the Font Type and Size According to your Projects PreDefined Font

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages