my goal is to use QLPreviewController in my iPad application for iOS6, using my custom Action item button in the top toolbar.
I had solution until iOS5.1. I used a class tha
The best way is to implement your own controller and use view of QLPreviewController as subview. In that case you can made your own navigation bar with custom items.