Explore >> Select a destination


You are here

kenb.us
| | benoitpasquier.com
3.9 parsecs away

Travel
| | A big part of the developer journey is make sure our code behaves as expected. It's best practice to setup tests that allow us to test quickly and often that nothing is broken. If unit testing is common practice to check the business logic, we can also extend it to cover some specific UI behaviors. Let's how to unit test views and gesture in UIKit.
| | whackylabs.com
3.1 parsecs away

Travel
| | After many years of search for the best way to build GUI softwares I think I've finally found the one true architecture to rule them all!
| | www.avanderlee.com
2.8 parsecs away

Travel
| | Using the #Preview Swift Macro you can create previews more quickly for all your SwiftUI, UIKit, and AppKit views.
| | swiftui-lab.com
22.1 parsecs away

Travel
| Some SwiftUI views have protocols to customize styling. We'll explore some of them, and also how we can apply the same pattern to our own custom views.