presentViewController:animated:completion:
无声地失败?我的UINavgiationViewController
以 ViewController A 为根。
当调用VC A viewDidAppear
时(推送后),它使用UINavgiationViewController
模拟呈现 ViewController B (使用{{ 1}})。
ViewController B' presentViewController
在被呈现之前已设置为modalPresentationStyle
。
零星地UIModalPresentationOverCurrentContext
默默地失败(没有错误/警告),并且它的完成块没有被执行。我已经确认,在被叫之前,presentViewController:animated:completion:
UINavgiationViewController
总是为零。什么可能导致这种行为?