cashapp / AccessibilitySnapshot

Easy regression testing for iOS accessibility
Apache License 2.0
534 stars 65 forks source link

Add snapshotting methods to snapshot SwiftUI views directly #167

Closed NickEntin closed 8 months ago

NickEntin commented 8 months ago

This simplifies the process for snapshotting SwiftUI views by avoiding the need to wrap the view in a UIHostingController.

Resolves #37