Custom font for iPad - iOS 3.2 isn't working
I'm building an iPad-Only application. I need to use a custom font with some labels, so I added them to my project. They appear in my application target for "Copy Bundle Resources". I also added their names to my App's -Info.plist file: <key>UIAppFonts</key> <array> <string>font1.ttf</string> <string>font2.ttf</string> <string>font3.ttf</string> <string>font4.ttf</string> </array> Even so, when I try to set the font of my labels, it seems to just use the default. I haven't been able to figure out how to overcome this issue. Any assistance would be greatly appreciated. Edit: - (void)debug {