'SwiftUI/View layout'에 해당되는 글 16건
- 2019.11.18 How to position views in a grid
- 2019.11.18 How to create 3D effects like Cover Flow using ScrollView and GeometryReader
- 2019.11.18 How to add horizontal and vertical scrolling using ScrollView
- 2019.11.18 How to place content outside the safe area
- 2019.11.15 How to provide relative sizes using GeometryReader
- 2019.11.15 How to give a view a custom frame
- 2019.11.15 How to create different layouts using size classes
- 2019.11.15 How to create views in a loop using ForEach
- 2019.11.14 How to return different view types
- 2019.11.14 How to change the order of view layering using Z index
- 2019.11.14 How to layer views on top of each other using ZStack
- 2019.11.14 How to make a fixed size Spacer
- 2019.11.14 How to force views to one side inside a stack using Spacer
- 2019.11.14 How to control spacing around individual views using padding
- 2019.11.14 How to customize stack layouts with alignment and spacing
- 2019.11.14 How to create stacks using VStack and HStack