Using Image systemName symbols to demonstrate SwiftUI
-
Page1: Layout with VStack and HStack
-
Page2: array and ForEach to layout several images
-
Page3: ForEach Text Spacer
-
Page4: List to allow scrolling for overflow
-
Page5: NavigationView and NavigationLink
-
Page6: creating ItemDetail, ItemRow to improve code organization
-
Page7: UI Controls with @State: Toggle, Slider and Picker
-
Page8: Picker using ForEach for menu selection
-
Page9: NavigationView for Pages1 - Page8