TabView hide #440
Unanswered
DidarSeyidov
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I cannot hide tab view in sub view with this approach:
.introspect(.tabView, on: .iOS(.v13, .v14, .v15, .v16, .v17, .v18)) { tabView in
tabView.tabBarController?.tabBar.isHidden = true
}
please help
Beta Was this translation helpful? Give feedback.
All reactions