IKImageView offers an 'imageCorrection' property, which takes a CIFilter and, presumably, uses it when displaying the image.
When I tried using it recently, it didn't work for me. When I set the property to a new CIFilter instance, it remains nil.
Has anyone managed to use this successfully?