次のView Controllerを呼び出しているときにエラーが発生します。アクションを続行するView Controllerを呼び出したいです。この画面は、最初に実行したときにのみ初めて表示されます。コントローラーは次のビューに進みません。
-(void)viewDidLoad
{
welcomePage *temp = [[welcomePage alloc]initWithNibName:@"welcomePage" bundle:nil];
[self presentViewController:temp animated:YES completion:^(void){}];
}
警告: ウィンドウ階層にないビューで表示しようとしています!