繁体   English   中英

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

[英]QLPreviewController customise the title color of the navigation bar?

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

你可以做到appearance

像这样 :

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

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM