我想调用一个视图,但是当我做黑屏时。 我要调用的这个视图是一个SWRevealViewController(菜单),你的storyboard id是“initial”。 我打电话如下:
let modal = (self.storyboard?.instantiateViewControllerWithIdentifier("initial"))!
self.presentViewController(modal, animated: true, completion: nil)
任何人都知道什么是错的?谢谢。