Contents

landscapeImagePhone

The image to use to represent the item in landscape orientation when using the iPhone appearance idiom.

Declaration

var landscapeImagePhone: 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