viewWillAppear不执行

1.根控制器基本于UINavtigationController,ViewController的ChildController-viewWillAppear 不执行。

哪个childController不执行,比如是 _vc_0。

在初始化_vc_0时

  [_vc_0 beginAppearanceTransition:YES animated:YES];


2.根控制器基于TabbarController

(1)添加代理,UINavtigationControllerDelegate

(2)在TabbarController的ViewWillAppear里添加方法,[self.selectedViewController voewWillAppear:YES];

你可能感兴趣的:(viewWillAppear不执行)