Thank you for visiting our account. We are going to make a tourism app in an hour. If would you like to study yourself before hands-on, or review what you have learned in the session, please use the following material.
We are providing free hands-on on a monthly basis
https://www.meetup.com/iOS-Development-Meetup-for-Beginner/
Xcode 14.1 / Swift 5
- Open Xcode
- Select App and then click Next (▷details)
- Fill Product name, select SwiftUI, language is swift then tap Next (▷details)
- Select the directory to save your project and then tap Create
- Download the assets from the link
- Drag and drop the jpeg images to the Xcode Assets folder (▷details)
- Add json file to the project. Be sure you check "Copy item if needed" (▷details)
- Add list view (▷list)
- Add list row (▷list row)
- Add navigation link (▷navigation link ▷details page)
- Add model and json loader (▷model ▷json loader)
- Load json file and store on @State property wrapper (▷coode)