最終更新:2017-06-06 (火) 04:01:54 (2515d)  

Storyboard/シーン
Top / Storyboard / シーン

最初のシーン

シーン移動

コードで移動

  • self.storyboard?.instantiateViewControllerWithIdentifier?("Storyboard ID")
  • UIViewController.presentViewController?()

もとのシーンに戻る

  • UIViewController.dismissViewControllerAnimated?()