NavigationView
![[SwiftUI] View Containers](https://img1.daumcdn.net/thumb/R750x0/?scode=mtistory2&fname=https%3A%2F%2Fblog.kakaocdn.net%2Fdna%2FbjiP9d%2FbtrAdZGnlhU%2FAAAAAAAAAAAAAAAAAAAAAJlxo6T7DMDlRO52Lu_wBms4uuQq1SE9aKGnoRamZto_%2Fimg.gif%3Fcredential%3DyqXZFxpELC7KVnFOS48ylbz2pIh7yKj8%26expires%3D1753973999%26allow_ip%3D%26allow_referer%3D%26signature%3DGMnysYU5b53jBwfoVWPRUC2bvXo%253D)
[SwiftUI] View Containers
오늘 SwiftUI의 UI 요소들을 알아보자. 오늘의 문서 https://developer.apple.com/documentation/swiftui View Containers에는 HStack, VStack, ZStack, LazyHStack, LazyVStack, LazyHGrid, LazyVGrid, GridItem, List, ForEach, ScrollView, Form, Group, GroupBox, Section, Spacer, Divider, NavigationView, TabView, Alert, ActionSheet, EmptyView, AnyView, TupleView 등 굉장히 다양한 요소들이 존재한다. 이걸 전부 하나의 View에 담아보려고 했는데, TabView와 Navigatio..