What exactly IS the highlighted image in a UIImageView?
you can set two different images to an UIImageView, one to its image property, another to its highlightedImage property. There are many cases where you want to change the state of the image (eg: a checkmark) from off to on or vice versa. in that case, instead of you setting the UIImageView’s image to the … Read more