-
Pull Down Drawer in SwiftUI
Creating a fluid, great felling pull down drawer using only SwiftUI with interactive, cancellable animations and haptic feedback.
-
Testing SwiftUI's ViewModels
Using Combine's Publishers, you can write tests that wait for changes in an ObservableObject. I'll show you a XCTestCase extension that will streamline the process and simplify your unit tests.