Last Updated: February 25, 2016
·
649
· novalagung

iOS - Add Custom Fonts

  • Copy your font to your xcode project
  • In xcode, open Info.plist
  • Add new key named UIAppFonts
  • Insert your copied font name to key items (with extension. e.g Action Man.ttf)
  • Your font is ready to use. try example [UIFont fontWithName:@"Action Man" size:12]