1. Use the custom TrueType Font as you normally would within your Windows environment
2. Build your project to export to iOS
3. On the Mac, add the TTF file into your Resources directory like you would any other resource with Copy selected
4. Open your app's AppName-Info.plist file in the Resources directory
5. Add a Rownamed UIAppFonts of type Array (it should default to this)
6. This will now show up as Fonts provided by application
7. Enter the full filename of your font e.g. SomeFont_Bold.ttf
8. Build and run ... you should be golden
note if did not work: select font from under resources on the left side then choose the app as target memeber from left side (you can do that when adding font too)