Reputation: 3
I can not create a custom QLPreviewController. Can someone help me with the code?
Upvotes: 0
Views: 1399
Reputation: 3379
You can do it with appearance
Like this :
[[UINavigationBar appearance] setTitleTextAttributes:
@{NSForegroundColorAttributeName: [UIColor whiteColor]}];
Upvotes: 2