标签: ios
当我在appdelegate中设置therootViewController = UITabbarController()或它的子类时,我发现它会在模拟器中触发offScreen渲染。
therootViewController = UITabbarController()
但是当我设置rootViewController = UIViewController()时,它不会触发它。
rootViewController = UIViewController()
答案 0 :(得分:0)
当半透明为YES时,UITabBarController将触发屏幕外渲染,您可以将半透明设置为NO以避免屏幕外渲染。