๐ธcontainer view
SwiftUI โฉ view โฉ hierarchy โฉ container
container view (ๅฎนๅจ่ฆๅ)
ๅ ๅซๅ ถไปๅญ่ฆๅ (child views) ็่ฆๅ (view)๏ผไพๅฆ๏ผ
VStack
,HStack
,ZStack
List
,ScrollView
,Form
Navigation views are container views.
Use a WindowGroup as a container for a view hierarchy that your app presents.
container view ไธๅฎๆฏ parent view๏ผไฝ parent view ไธไธๅฎๆฏ container view
A view determines its size based on the space offered by its container view.
Last updated