book--swiftui-by-tutorials icon indicating copy to clipboard operation
book--swiftui-by-tutorials copied to clipboard

Projects, playgrounds, and other materials made while following along with the Ray Wenderlich book "SwiftUI By Tutorials"

SwiftUI By Tutorials

Projects, playgrounds, and other materials made while following along with the Ray Wenderlich book "SwiftUI By Tutorials".



Contents

  • Chapter 2: Getting Started

    • Building a slider-based RGB color guessing game
  • Chapter 3: Understanding SwiftUI

    • Declarative app development and the tools offered by SwiftUI to facilitate it.
  • Chapter 4: Integrating SwiftUI

    • Wrapping SwiftUI views in UIKit views
    • Wrapping UIKit views in SwiftUI views
    • Using Coordinators inside of UIViewRepresentable types to store data bound across SwiftUI and UIKit.
  • Chapter 5: The Apple Ecosystem

    • Building Swift Packages and Sharing Functionality Across Projects
    • Using SwiftUI across iOS, macOS, and tvOS.
  • Chapter 6: Intro to Controls: Text & Image

  • Chapter 7: State & Data Flow

  • Chapter 8: Controls & User Input

  • Chapter 9: Stacks & Containers

  • Chapter 10: Lists & Navigation

  • Chapter 11: Building for Testability

  • Chapter 12: Handling User Input

  • Chapter 13: Drawing & Custom Graphics

  • Chapter 14: Animations

  • Chapter 15: Complex Interfaces

Projects

  • (Quite a few... but documenting is in progress 🙂)