Contents

image

The image used to represent the item.

Declaration

var image: UIImage? { get set }

Discussion

This image can be used to create other images to represent this item on the bar—for example, a selected and unselected image may be derived from this image. You should set this property before adding the item to a bar. The default value is nil.

See Also

Getting and setting properties