Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
ZUUIRevealViewControllerを使用しています。ナビゲーションバーのボタンからではなく、frontviewcontrollerのビューに含まれているボタンからrevealToggleメソッドを呼び出す方法を誰かが知っていますか?
あなたはただ呼び出すことができます:
[self.navigationController.parentViewController revealToggle:nil];
編集:
キャストする必要があります
[(ZUUIRevealController *)self.navigationController.parentViewController revealToggle:nil];