Contents

offImage

The image displayed when the switch is in the off position.

Declaration

var offImage: UIImage? { get set }

Discussion

In iOS 7 and later, this property has no effect.

In iOS 6, this image represents the interior contents of the switch. The image you specify is composited with the switch’s rounded bezel and thumb to create the final appearance.

See Also

Deprecated