伝承機能を使用した場合
[self.navigationController pushViewController:viewcontroller animated:YES];
また
[self presentModalViewController:viewcontroller animated:YES];,
全て大丈夫。しかし、私が使用したとき
[self.view addSubview:viewcontroller.view];
次のビューでは何もできません。すべてのビューのメモリ ポインターがなくなってしまいました。そして、それはいつもクラッシュします。