uber / ios-snapshot-test-case

Snapshot view unit tests for iOS
MIT License
1.79k stars 211 forks source link

Is it possible to take accurate UIAlertController snapshots? #163

Open igoriols opened 2 years ago

igoriols commented 2 years ago

Hello, I'm trying to take a UIAlertController snapshot, and I keep getting a transparent image with some content aligned on top.

Is there a proper way to do it?

alanzeino commented 2 years ago

It may need a UIWindow or to be presented from a UIViewController

jhon-gomez-fivestars commented 2 years ago

@alanzeino could you provide us a small peace of code for this, I've tried but It didn't work

alanzeino commented 2 years ago

Maybe it doesn't work then, we've never bothered to snapshot alerts so I don't know