Use non-native fonts in your iOS app
Add the following to your Info.plist
<key>UIAppFonts</key>
<array>
<string>DinPro.ttf</string>
</array>
Use it in code:
[UIFont fontWithName:@"DinPro" size:48.f]
Written by James Womack
Related protips
1 Response
Thank you! It works perfectly!
over 1 year ago
·
Have a fresh tip? Share with Coderwall community!
Post
Post a tip
Best
#Ipad
Authors
Sponsored by #native_company# — Learn More
#native_title#
#native_desc#