---
title: image
framework: uikit
role: symbol
role_heading: Instance Property
path: uikit/uiaction/image
---

# image

The action’s image.

## Declaration

```swift
@NSCopying var image: UIImage? { get set }
```

## Discussion

Discussion The image appears next to the action’s title. Only the context menu system supports the display of an image, and only when the app is running in iOS.

## See Also

### Getting information about the action

- [title](uikit/uiaction/title.md)
- [identifier](uikit/uiaction/identifier-swift.property.md)
- [discoverabilityTitle](uikit/uiaction/discoverabilitytitle.md)
- [attributes](uikit/uiaction/attributes.md)
- [state](uikit/uiaction/state.md)
- [sender](uikit/uiaction/sender.md)
