You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
'm trying to integrate MFSideMenu in my project but I don't want to adopt the approach described in the GitHub depository as it defines the menu in the app delegate.
I think I'm halfway to the solution. I've subclassed UINavigationController and used the afore mentioned code to setup the side menu. It works perfectly,only one problem: when my session expires I want to be redirected to the Login screen with a modal segue. The problem is that once the user logs in again and come back to the main screen with a modal segue the side menu doesn't work anymore (although the menu button is still displayed).
@claus79 Can you come up with a sample project that displays the menu button not working? Or tell me how to reproduce it? I have tried presenting & dismissing a modal controller, but the menu button continues to work as it should.
'm trying to integrate MFSideMenu in my project but I don't want to adopt the approach described in the GitHub depository as it defines the menu in the app delegate.
I have a login screen which will introduce with a segue (modal) a navigation controller with the main page as reported here: http://stackoverflow.com/questions/14084720/integrating-mfsidemenu-in-uinavigationcontroller
I would like to add the support for MFSideMenu in the navigationcontroller root controller using this code:
When I run the app the menu button appears in my navigation bar but,if I press on it,nothing happens.
Any idea about how to fix it?
Thanks a lot
The text was updated successfully, but these errors were encountered: