I can not create a custom QLPreviewController. Can someone help me with the code?
Asked
Active
Viewed 1,372 times
1 Answers
2
You can do it with appearance
Like this :
[[UINavigationBar appearance] setTitleTextAttributes:
@{NSForegroundColorAttributeName: [UIColor whiteColor]}];

Rémy Virin
- 3,379
- 23
- 42