I have an app in Objectice C
I started to add some SwiftUI views
Everything works great but when I add a NavigationView inside the SwiftUI view automatically adds a gray space at the bottom that I cannot remove.
Other tabs that are in objective c dont have this space. If I remove the NavigationView, then the view automatically covers all the screen.
any idea what could it be ?
I tried with frame and safearea but no luck