cashapp / AccessibilitySnapshot

Easy regression testing for iOS accessibility
Apache License 2.0
541 stars 69 forks source link

Make it possible to modify UIContentSizeCategory for Snapshot #45

Closed fbernutz closed 3 years ago

fbernutz commented 3 years ago

Fixes #44

Makes two functions inside the extension on Snapshotting for UIView and UIViewController in SnapshotTesting+Accessibility.swift public, so they can be used outside the target.

I'm not sure if this was an accident that the public keyword is missing or whether it was intended to stay internal.

--> EDIT: reading the documentation of the function helps! It says that the feature is still under development, so it should stay internal... So feel free to close this until the development is finished. For the usage in our project this feature works fine, so I thought it would be great to make it public.