It would be awesome if there would be an API to compare an UIImage to be able to visually inspect images, for example to test rendering code without creating full views.
Something like: expect(image: UIImage)
Current workaround: expect(UIImageView(image: image))
It would be awesome if there would be an API to compare an UIImage to be able to visually inspect images, for example to test rendering code without creating full views.
Something like:
expect(image: UIImage)Current workaround:
expect(UIImageView(image: image))