Skip to content

My iOS app studied from Kodeco's Book using SwiftUI

License

Notifications You must be signed in to change notification settings

JustinInCoding/Cards

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

My iOS app studied from Kodeco's Book using SwiftUI

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages