【问题标题】:QLPreviewController customise the title color of the navigation bar?QLPreviewController 自定义导航栏的标题颜色?
【发布时间】:2014-08-02 14:54:42
【问题描述】:

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

【问题讨论】:

    标签: ios xcode subclass qlpreviewcontroller


    【解决方案1】:

    你可以用appearance做到这一点

    像这样:

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

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2013-12-21
      • 1970-01-01
      • 2012-09-17
      • 2011-10-22
      • 1970-01-01
      • 2013-10-23
      相关资源
      最近更新 更多