|
You are here |
kenb.us | ||
| | | | |
benoitpasquier.com
|
|
| | | | | 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
|
|
| | | | | 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
|
|
| | | | | Using the #Preview Swift Macro you can create previews more quickly for all your SwiftUI, UIKit, and AppKit views. | |
| | | | |
swiftui-lab.com
|
|
| | | 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. | ||