iOS UIImageView scaling image down produces aliased image on iPad 2

Another approach I’ve tried that does seem to be improving things is to set the minificationFilter:

[imageView.layer setMinificationFilter:kCAFilterTrilinear]

The quality is certainly improved and I haven’t noticed a performance hit.

Leave a Comment

tech