IOS15 tabbar becomes transparent

  • content
  • comment
  • relevant

    if (@available(iOS 15.0, *)) {

        UITabBarAppearance * appearance = [UITabBarAppearance new];

        appearance.backgroundColor = [UIColor whiteColor];// You can also set the background color

        self.tabBar.scrollEdgeAppearance = appearance;

    }

comment

zero Comments

Post reply

Your email address will not be disclosed. Required items have been used * tagging