iPadOS18 introduces UITabBarController.tabBarHidden for tab bar visibility
if (@available(iOS 18.0, *)) { self.tabBarController.tabBarHidden = YES; } else { self.tabBarController.tabBar.hidden = YES; }