안녕하세요 ~! SwiftUI를 공부하던 중, NavigationView가 iOS 16 이후로 deprecated 되고NavigationStack으로 대체된 것을 알게되어 어떤 점이 다르고, 어떻게 바뀌었는지를 정리해보고자 합니다. * 공식문서: https://developer.apple.com/documentation/swiftui/navigationview NavigationView | Apple Developer DocumentationA view for presenting a stack of views that represents a visible path in a navigation hierarchy.developer.apple.com 1. NavigationView란?- 기존 UIKit의 U..