SubView가 NavigationBar 사용시 

 

.fullScreenCover(isPresented: $isShowPreview) {
    NavigationView {
        SubView()
    }
}

 

+ Recent posts