0
我有一個tabbar項目,但是當應用程序加載時,它應該顯示帶有登錄屏幕的模式視圖。我在標籤欄的第一個視圖控制器中做了 selfcareViewController *selfcareView = [[selfcareViewController alloc]init]; [self presentModalViewController:selfcareView animated:YES];
。但它不加載任何東西。在tabbar應用程序中呈現模態視圖
嘗試[tabbar presentModalViewController ...] – Ved