Awesome
SwiftUI By Tutorials
Projects, playgrounds, and other materials made while following along with the Ray Wenderlich book "SwiftUI By Tutorials".
<br/> <br/>Contents
-
- Building a slider-based RGB color guessing game <img src="./02-getting-started/RGBBullsEye/Screenshots/recording-1.gif" width="600px"/>
-
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
Coordinator
s inside ofUIViewRepresentable
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.
Projects
- (Quite a few... but documenting is in progress 🙂)