animationImages
An array of Uiimage objects to use for an animation.
Declaration
var animationImages: [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 image property. The value of this property is nil by default.