A blog exploring advanced programming topics in Swift.

Free Video: Testing SwiftUI

Wednesday Dec 18, 2019

This past WWDC, Apple introduced SwiftUI, a rethinking of how to build UI on Apple’s platforms. It allows us to think of our views in a declarative manner so that we can simply describe the view hierarchy rather than think about all the messy details of how to coordinate various objects to get UI on the screen.

Even though it’s early days, Apple has given us a ton of guidance on how to use this technology, including an in-depth collection of tutorials, but one thing that’s still missing is how to test SwiftUI.

This week we explore just that in a free video! We explore what it means to test SwiftUI logic and its various state management solutions, including @Binding, @ObservedObject, and @State. Click here to watch it today!

If you’re interested in learning even more about SwiftUI and Combine, check out our other free videos.


Subscribe to Point-Free

👋 Hey there! If you got this far, then you must have enjoyed this post. You may want to also check out Point-Free, a video series covering advanced programming topics in Swift. Consider subscribing today!