I'm trying to start the SNC by a button in a viewcontroller. If I use the following code in that button, the SlideNavigationController's left menu doesn't work (it's completely unresponsive). However, if I paste the EXACT SAME CODE in ApplicationDidFinishLaunchingWithOptions, then everything works fine.
I'm trying to start the SNC by a button in a
viewcontroller
. If I use the following code in that button, the SlideNavigationController's left menu doesn't work (it's completely unresponsive). However, if I paste the EXACT SAME CODE inApplicationDidFinishLaunchingWithOptions
, then everything works fine.EDIT: Looks like I found out what was wrong (still haven't fixed it). A UITransitionView is covering the LeftMenuVC, so it can't be touched.