1
UINavigationController * navController = [[UINavigationController alloc] initWithRootViewController:windowObj];窗口作爲RootViewController與其上的導航控制器
我可以這樣做嗎? 使用導航控制器在其上創建一個窗口作爲RootViewController。
UINavigationController * navController = [[UINavigationController alloc] initWithRootViewController:windowObj];窗口作爲RootViewController與其上的導航控制器
我可以這樣做嗎? 使用導航控制器在其上創建一個窗口作爲RootViewController。
-initWithRootViewController:以UIViewController作爲參數。傳遞UIWindow實例將不起作用。但是,您可以使用導航控制器的視圖作爲您的應用程序主視圖。