我试过这样做:
self.window.rootViewController = self.tabBarController;
[self.tabBarController.view addSubview: myViewController.view];
[self.window makeKeyAndVisible];
但是,子视图并没有覆盖整个屏幕,一些标签栏仍然显示在底部。另外,如何在应用程序完成加载后让加载屏幕消失?
我试过这样做:
self.window.rootViewController = self.tabBarController;
[self.tabBarController.view addSubview: myViewController.view];
[self.window makeKeyAndVisible];
但是,子视图并没有覆盖整个屏幕,一些标签栏仍然显示在底部。另外,如何在应用程序完成加载后让加载屏幕消失?