LoginSignup
4
4

More than 5 years have passed since last update.

セグエ接続して前の画面に戻るメソッド

Last updated at Posted at 2014-03-16

Modalセグエ:前の画面へ戻る
objc
[self dismissViewControllerAnimated:YES completion:NULL];

Pushセグエ:前の画面へ戻る
objc
[self.navigationController popViewControllerAnimated:YES];

4
4
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
4
4