Open metallica1375 opened 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.
I have to add these codes for very ZStack that I used in my view to hide the navigation bar: .navigationTitle("") .navigationBarHidden(true)
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.