QLPreviewController自定义导航栏的标题颜色?

时间:2014-08-02 14:54:43

标签: ios xcode subclass qlpreviewcontroller

我无法创建自定义QLPreviewController。有人可以帮我处理代码吗?

1 个答案:

答案 0 :(得分:1)

您可以使用appearance

执行此操作

像这样:

[[UINavigationBar appearance] setTitleTextAttributes:
 @{NSForegroundColorAttributeName: [UIColor whiteColor]}];