79090429

Date: 2024-10-15 14:39:45
Score: 1
Natty:
Report link

iPadOS18 introduces UITabBarController.tabBarHidden for tab bar visibility

if (@available(iOS 18.0, *)) {
    self.tabBarController.tabBarHidden = YES;
}
else {
    self.tabBarController.tabBar.hidden = YES;
}
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: user3755767