Custom navigationItem button with QLPreviewController in iOS6

后端 未结 5 1130
悲哀的现实
悲哀的现实 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:55

    It works if you are changing the action item button in top toolbar you would have to do it inside

    -(void)viewDidAppear:(BOOL)animated{
        //add code necessarry to change your action buttons of toptoolbar in quicklook
    }
    

    After the view appears rightBarButtonItems can be accessed.

提交回复
热议问题