MMDrawerController icon indicating copy to clipboard operation
MMDrawerController copied to clipboard

why the viewController's life cycle function do not execute?

Open amazing-longdd opened this issue 8 years ago • 2 comments

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?

amazing-longdd avatar Mar 17 '16 06:03 amazing-longdd

I have the same issue, I solve it by calling beginAppearanceTransition(false, animated: true) on the current VC before calling setCenterViewController

samermurad avatar Mar 20 '16 17:03 samermurad

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?

rksaraf avatar Jul 25 '16 18:07 rksaraf