Skip to content

Latest commit

 

History

History
36 lines (23 loc) · 1.28 KB

README.md

File metadata and controls

36 lines (23 loc) · 1.28 KB

Cards

en zh-cn

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.

Branches (maybe no use)

  • The Challenge branch is the approach of the challenge in the books for not pollute the main one.

Technologies Used

Features

Screenshots/Design

Setup

Xcode - 15.4 (the version I created the project)

Tips and Learned

  • 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

Key Points

Acknowledgements

Thanks for the kodeco's team providing such a great book

  • Original Repository of Kodeco here.