Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 305 Bytes

README.md

File metadata and controls

12 lines (10 loc) · 305 Bytes

SwiftUI-course

Udemy course

Project 1: Async image

  1. Basic
  2. Scale
  3. Placeholder
  4. Phase (success, failure and empty)
  5. Animation
    a. as a parameter: transction( .spring)
    b. as a modifier: .transition(.move(edge: .bottom)), .transition(.slide), .transition(.scale).