0

I can not create a custom QLPreviewController. Can someone help me with the code?

1 Answers1

2

You can do it with appearance

Like this :

[[UINavigationBar appearance] setTitleTextAttributes:
 @{NSForegroundColorAttributeName: [UIColor whiteColor]}];
Rémy Virin
  • 3,379
  • 23
  • 42