Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
1 つのビューに接続する 2 つのビューがあり、1 つのビューはプッシュで、もう 1 つのビューはモーダルです。セグエ識別子を取得して、ディミスまたはポップビューを実行することは可能ですか?
ありがとう。
自分で保存しない限り、プッシュ/提示したセグエに戻ることはできません。
presentingViewControllerただし、navigationControllerプロパティは確認できます。プッシュされた場合presentingViewControllerは nil でnavigationController非 nil です。提示された場合、presentingViewController非 nil およびnavigationControllernil です。
presentingViewController
navigationController