How to Speed Up SwiftUI Development and Testing Using PreviewSnapshots

3 · DoorDash · Jan. 18, 2023, 3:39 p.m.
One of the great features of developing in SwiftUI is Xcode Previews which enable rapid UI iteration by rendering code changes in near real-time alongside the SwiftUI code. At DoorDash we make heavy use of Xcode Previews along with the SnapshotTesting library from Point-Free to ensure that screens look how we expect while developing them ... The post How to Speed Up SwiftUI Development and Testing Using PreviewSnapshots appeared first on DoorDash Engineering Blog....