Created
February 9, 2025 02:25
-
-
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.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
func application(_ application: UIApplication, didFinishLaunchingWithOptions launchOptions: [UIApplication.LaunchOptionsKey: Any]?) -> Bool { | |
UserDefaults.standard.register(defaults: [ | |
"UseFloatingTabBar": false, | |
]) | |
return true | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
What is the source? Where did you find out?