Skip to content
This repository has been archived by the owner on May 29, 2024. It is now read-only.

Latest commit

 

History

History

swift

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

Swift

Swift Programming Language

https://docs.swift.org/swift-book/GuidedTour/GuidedTour.html

SwiftUI

https://developer.apple.com/tutorials/SwiftUI

  • SwiftUI Essentials
  • Drawing and Animation
  • App Design and Layout

Extra chapters you may check:

  • Creating a watchOS App
  • Creating a macOS App

Troubleshooting

If you're getting preview errors / build errors and you're pretty sure your code is correct, you can try a force rebuild of your project:

  1. product > clean build folder
  2. product > build

Where to go from here