我有一个UIViewController,它通过Storyboard中的模态转场呈现(嵌入在UINavigationController中)。我正在尝试将键盘外观与模态演示一起制作动画(这的逻辑超出了问题的范围)。我在viewWillAppear:中使用[self.transitionCoordinatoranimateAlongsideTransition:completion:]来执行此操作,但我注意到从未调用动画block.所以一些日志让我看到唯一一次在新创建模态视图Controller上调用动画block是在viewDidLoad::>.@implementationMyMod