【发布时间】:2018-02-02 07:41:23
【问题描述】:
所以我介绍了一些视图控制器(从 xib 加载)
let popup = PopupViewController()
popup.configure(withDataSource: dataSource)
vc.present(popup, animated: false, completion: nil)
如您所见,我要求在没有动画的情况下呈现它。但是,呈现的视图控制器中viewWill\DidAppear 中的animated 标志设置为true
我有什么问题吗? 谢谢。
【问题讨论】:
-
你有想过这个吗?
-
@emil 不,我没有
标签: ios swift cocoa-touch uiviewcontroller