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.
我在我的应用程序委托文件中创建了一个 MMDrawerController,但在尝试从中心视图中的操作打开左侧抽屉时遇到问题。这是可能的事情吗?
您可以在中心视图按钮的单击事件中使用此代码。
[self.mm_drawerController toggleDrawerSide:MMDrawerSideLeft animated:YES completion:nil];
这个 mm_drawerController 对象是您的 MMDrawer 对象。