Closed doganaysahins closed 2 years ago
Hello, @doganaybumbaye!
As I can see on your first screenshot you are passing Binding<TabBarVisibility>
variable of CustomBarController
, but on the second screenshot you are modifying the local State
variable of your CustomBar
view.
Try to change barView.visibility = .invisible
to barView.showHide.visibility = .invisible
.
Hope it helps, thanks :)
Closing due to inactivity
Hi I would like to hide and show the TabBar when click a view
it show invisible but its not updating