This project is for me to learn from kodeco's iOS book SwiftUI Apprentice. Here I try to grasp the knowledge of SwiftUI by recording the steps of building the app.
- The Challenge branch is the approach of the challenge in the books for not pollute the main one.
Xcode - 15.4 (the version I created the project)
- A ScrollView can be vertical or horizontal. The default, which you use here, is vertical, but you can specify a horizontal axis with ScrollView(.horizontal)
- ScrollView(showsIndicators: false) can turns the scroll bar off
Thanks for the kodeco's team providing such a great book
- Original Repository of Kodeco here.