Skip to content

iosClassForBeginner/tourism_en

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Code Together: Let's make iPhone app in an hour

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.

Meetup

We are providing free hands-on on a monthly basis

https://www.meetup.com/iOS-Development-Meetup-for-Beginner/

Development Environment

Xcode 14.1 / Swift 5

Procedure

1. Create your project

  • 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

2. Import assets

  • 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)

3. Add Code

  1. Add list view (▷list)
  2. Add list row (▷list row)
  3. Add navigation link (▷navigation linkdetails page)
  4. Add model and json loader (▷modeljson loader)
  5. Load json file and store on @State property wrapper (▷coode)

References

Excersice

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages