MMDrawerController
MMDrawerController copied to clipboard
why the viewController's life cycle function do not execute?
when i change the center viewController, i found the old center viewController's disappear lifecycle function(viewWillDisappear/viewDidDisappear) do not execute ? if i want to stop the timer what can i do?
I have the same issue, I solve it by calling beginAppearanceTransition(false, animated: true) on the current VC before calling setCenterViewController
I'm having the same issue but it is for a UIViewController I add as a childViewController on the MMDrawerViewController - have any good work arounds?