Contents

image

The foreground image the button displays.

Declaration

@property (nonatomic, strong, readwrite) UIImage * image;

Discussion

A configuration contains one image. To change the image based on button state, use configurationUpdateHandler or updateConfiguration().

See Also

Configuring images