TreatTrick / Hide-TabBar-In-SwiftUI

This tutorial provides a solution to hide TabBars when using TabView in SwiftUI
185 stars 14 forks source link

Hiding TabBar is broken in iOS 15.2 #3

Open andrejandre opened 2 years ago

andrejandre commented 2 years ago

Your exact solution worked over a year ago, but unfortunately, it appears to be broken with the latest updates from Apple. I fear this is not a viable solution for iOS 15. Can you verify this? Or, have I overlooked something?

Foriger commented 2 years ago

It works, but there is an issue with navigation

naveedmcs commented 2 years ago

Your exact solution worked over a year ago, but unfortunately, it appears to be broken with the latest updates from Apple. I fear this is not a viable solution for iOS 15. Can you verify this?

idktanwar commented 2 years ago

please let us know if anyone get solution or fixes for iOS 15

woozoobro commented 1 year ago

please let us know if anyone get solution or fixes for iOS 15

What about using modifier .toolbar(.hidden, for: .tabBar)

It's kind of weird when moving back and forward but It works well haha

TreatTrick commented 1 year ago

I am really sorry for your problems, I didn't develop iOS apps for years and don't know what Apple has changed in newer iOS versions. But guy in the comment did find a new way. Hope it can solve the problem. Link is here https://github.com/TreatTrick/Hide-TabBar-In-SwiftUI/issues/5