1

enter image description here

how to change the "Done" button title to "Back"?

thanks in advance.

Pawel Gradecki
  • 3,476
  • 6
  • 22
  • 37

1 Answers1

0

« Done » is shown if you present QLPreviewController. « Back » is shown if you push it on a navigation controller’s stack.

Thomas Deniau
  • 2,488
  • 1
  • 15
  • 15
  • 1
    I've presented it....but still, is there any way to change the title to "back" or anything else? or is it by default? – John Kenneth Aug 31 '17 at 11:33
  • No, there is no way to change it in the API. "Back" is usually expected by the user when navigating, so when the controller is pushed on a nav stack. – Thomas Deniau Sep 01 '17 at 12:32