---
title: images
framework: uikit
role: symbol
role_heading: Instance Property
path: uikit/uiimage/images
---

# images

The complete array of image objects that compose the animation of an animated object.

## Declaration

```swift
var images: [UIImage]? { get }
```

## Discussion

Discussion For a non-animated image, the value of this property is nil.

## See Also

### Getting the image data

- [cgImage](uikit/uiimage/cgimage.md)
- [ciImage](uikit/uiimage/ciimage.md)
- [imageAsset](uikit/uiimage/imageasset.md)
