はじめに(メモ) Swift初めて1週間程度のペーペーです。今回、navigationControllerからViewControllerへSegueで接続しようとした際にSegueの選択肢の意味合いが気になり調べた結果を自分用のメモがわりに記載するだけです。 Segueについて 現在表示されているSegueについて以下のインデントされているものが表示されています。 Manual Segue Show Show Detail Present Modally Present As Popover Custom Relationship Segue root view controller Non - Adaptive Manual Segue Push(deprecated) Modal(deprecated) Manual Segueについて Action Segueは画面遷移を表現するS
