Storyboarding and using Appearance Proxy for iOS to customize the appearance of common UIKit controls and how to add a custom font for navigation bars.
Every tutorial was adding a custom font that was already in the system and didn’t reveal crucial steps • There are many steps to something you’d think should be simple
project 2.Add the font to new row in the plist as: Fonts provided by application 3.Add the font to Target> Build Phases> Copy Bundle Resources 4.Discover the actual Post Script name of the font in Font Book ... or use the code to print all of the font names in the system to Output