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];