Contents

onImage

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

Declaration

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