<!--
{
  "availability" : [
    "iOS: 2.0.0 -",
    "iPadOS: 2.0.0 -",
    "macCatalyst: 13.1.0 -",
    "tvOS: -",
    "visionOS: 1.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "UIKit",
  "identifier" : "/documentation/UIKit/UIImageView/animationImages",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Property",
  "symbol" : {
    "kind" : "Instance Property",
    "modules" : [
      "UIKit"
    ],
    "preciseIdentifier" : "c:objc(cs)UIImageView(py)animationImages"
  },
  "title" : "animationImages"
}
-->

# animationImages

An array of [`UIImage`](/documentation/UIKit/UIImage) objects to use for an animation.

```
var animationImages: [UIImage]? { get set }
```

## Discussion

The array must contain [`UIImage`](/documentation/UIKit/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`](/documentation/UIKit/UIImageView/image) property. The value of this property is `nil` by default.

## See Also

[`var image: UIImage?`](/documentation/UIKit/UIImageView/image)

The image displayed in the image view.



---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)