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.
我正在使用库 MFSideMenu 并能够正确设置它。但是有些页面我想更改它的一些选项(设置后设置选项似乎是不可能的)。例如,我想在登录屏幕上关闭 MFSideMenu。我怎么能这样做?
在您的 LoginVC 的 viewDidLoad 中:
[self.navigationController.sideMenu setPanMode:MFSideMenuPanModeNone];
应该做的伎俩。