Mercen-Lee / FlowKit

Elegant Navigation in SwiftUI
MIT License
18 stars 4 forks source link

Hide Navigation Bar #3

Open metallica1375 opened 3 months ago

metallica1375 commented 3 months ago

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
metallica1375 commented 3 months ago

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