Mijick / NavigationView

Navigation made simple (SwiftUI)
MIT License
238 stars 9 forks source link

When pushing a new view, the original view is still shown until the pushed view is interacted with #34

Closed Nathan1258 closed 2 months ago

Nathan1258 commented 3 months ago

As shown in the video, the original view is still seen under the newly pushed view. iOS 17.5.1 Xcode version 5.4 (15F31d)

FulcrumOne commented 3 months ago

Hey @Nathan1258,

Sorry for this, now I can see it's not user friendly at all (and I'm going to change it), but background color of every presented view is set to clear; that's why you see the view underneath. To "fix" it, please change a background colour globally to a selected colour