Custom navigationItem button with QLPreviewController in iOS6

后端 未结 5 1129
悲哀的现实
悲哀的现实 2020-12-09 12:06

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

5条回答
  •  执念已碎
    2020-12-09 12:41

    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.

提交回复
热议问题