In iOS 15, Navigation bar not hiding in tab screen
iosYash opened this issue · 2 comments
iosYash commented
In iOS 15, Navigation bar not hiding in tab screen
cp-divyesh-v commented
@iosYash Have you tried .uipNavigationBarIsHidden(forIos15Only: true)
this or .uipNavigationBarHidden(true)
It will work .
iosYash commented
It's fixed.