Skip to content

Instantly share code, notes, and snippets.

@kishikawakatsumi
Created February 9, 2025 02:25
Show Gist options
  • Select an option

  • Save kishikawakatsumi/e1130e5f2af05d146e4bd25b5851bed2 to your computer and use it in GitHub Desktop.

Select an option

Save kishikawakatsumi/e1130e5f2af05d146e4bd25b5851bed2 to your computer and use it in GitHub Desktop.
Revert the floating style tab bar introduced in iOS 18 back to its pre-IOS 17 appearance.
func application(_ application: UIApplication, didFinishLaunchingWithOptions launchOptions: [UIApplication.LaunchOptionsKey: Any]?) -> Bool {
UserDefaults.standard.register(defaults: [
"UseFloatingTabBar": false,
])
return true
}
@mariancerny

Copy link
Copy Markdown

What is the source? Where did you find out?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment