Mercen-Lee/FlowKit

Hide Navigation Bar

Opened this issue · 1 comments

Hey I want to hide the navigation bar height in my app, but it does not work, I added the ignoreSafeArea and in IOS 15 and below it adds an extra height space that is not intented, I even added these lines of code but nothing happened.
Screenshot 2024-07-17 at 3 12 46 PM

I have to add these codes for very ZStack that I used in my view to hide the navigation bar:
.navigationTitle("")
.navigationBarHidden(true)