2016-10-06 18 views

回答

-1

您可以使用presentViewController這樣

let controller = self.storyboard?.instantiateViewControllerWithIdentifier("YOUR_VIEWCONTROLLER_ID") 
self.presentViewController(controller!, animated: false, completion: nil) 
+0

感謝您的答,但我也不想用故事板剛使我們自己的自定義方法移動到另一個視圖控制器 –

相關問題