私はこのコードを持っています
PlaceViewController *newView = [self.storyboard instantiateViewControllerWithIdentifier:@"PlaceView"];
[self presentViewController:newView animated:YES completion:nil];
ビューを変更することもできますが、このページに戻ったときにこのビューをプッシュすると、状態が持続します。
私はこのコードを入れようとします:
[self.navigationController pushViewController:newView animated:YES];
しかし、何もしません。
ありがとう