Focus engine and white background

When focusing UIImageView that has a transparent image and a white background, the background turns light grey (it apparently casts shadow/gradient there). Is there a way to prevent this happening?

Replies

Sure. Extend the UIImageView and implement the didUpdateFocusInContext and canBecomeFocused methods