Skip to content
#

voiceover

Here are 17 public repositories matching this topic...

NickEntin
NickEntin commented Dec 10, 2020

Specifically the Swift version of the snapshot method in the iOSSnapshotTestCase subspec. The Objective-C version of this behaves correctly.

To reproduce:

func testView() {
    let view = UIView(frame: .init(x: 0, y: 0, width: 100, height: 100))
    SnapshotVerifyWithInvertedColors(view, identifier: "someIdentifier")
}

When run in record mode, this should produce a referen

Improve this page

Add a description, image, and links to the voiceover topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the voiceover topic, visit your repo's landing page and select "manage topics."

Learn more