2

在我的 Swift 应用程序中,我使用这样的代码导航到另一个 ViewController。

var centerViewController = self.storyboard?.instantiateViewControllerWithIdentifier("someVC") as! someVC
var centerNavController = UINavigationController(rootViewController: centerViewController)
var appDelegate:AppDelegate = UIApplication.sharedApplication().delegate as! AppDelegate
appDelegate.centerContainer!.centerViewController = centerNavController

我怎样才能在这里添加一些动画?也许其中一些已经在 Mmdrawercontroller 中?

4

0 回答 0