The final lesson from Module 2 of the CWC+ Design Course introduces us to a new aspect of SwiftUI – the Form, and many of its default elements. Some of these elements we’ve used before but, here, the TextField(), the Toggle(), the Picker(), and the Button() are all used as […]
Daily archives: 1 April 2022
3 posts
Lesson 6 of Module 2 from the CWC+ Design Course introduces us to two methods of creating horizontal lists. TabView Method The TabView method places each element on its own screen, that’s automatically swipeable. LazyHGrid Method The LazyHGrid method creates a proper horizontal list of elements, but it requires ScrollView() […]
Lesson 5 from Module 2 of the CWC+ Design Course gives us an overview of the types of scrollable vertical lists we can use. Standard ScrollView Standard List List with ForEach Customisable ScrollView The lesson is couched in the understanding that, at the time the tutorial was filmed, the latest […]