0

我已经在我的 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]];
4

0 回答 0