Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Log in or create an account to edit The Apple Wiki.

Dev:UISwitch

From The Apple Wiki

UISwitch is a UI element — an On/Off switch.

Changing background color of the UISwitch to orange

The background color of the UISwitch is blue by default, but you can change it to orange by calling

[theSwitch setAlternateColors:YES];

References