私はルートビューコントローラーの中にいます。次に、2番目のviewcontrollerを割り当てます
SecondViewControl *second=[[SecondViewControl alloc] init];
[self presentModalViewController:second animated:NO];
2番目のviewcontrollerのビューが表示されない
ただし、 AddSubView メソッドは機能します。[self.view addSubView:second.view];
なぜpresetModalViewControllerが機能しないのですか?