Contents

highlightedAnimationImages

An array of Uiimage objects to use for an animation when the view is highlighted.

Declaration

var highlightedAnimationImages: [UIImage]? { get set }

Discussion

The array must contain UIImage objects. You may use the same image object more than once in the array. Setting this property to a value other than nil hides the image represented by the highlightedImage property. The value of this property is nil by default.

See Also

Related Documentation

Animating a sequence of images