IOS中的自定义字体显示在模拟器上但不在设备上显示

时间:2013-08-14 18:42:01

标签: ios objective-c fonts

我已经为我的xcode项目添加了自定义字体,当我在模拟器中运行应用程序时它们显示得很好但是当我在iPhone上运行它们时它们没有显示出来。这是我的AppDelegate.m文件中的代码

[[UINavigationBar appearance] setTitleTextAttributes: [NSDictionary dictionaryWithObjectsAndKeys:
[UIColor colorWithRed:23.0/255.0 green:97.0/255.0 blue:115.0/255.0 alpha:1.0], UITextAttributeTextColor,
[UIFont fontWithName:@"Lily Script One" size:23.0], UITextAttributeFont, nil]];

0 个答案:

没有答案