You use the UISwitch class to create and manage the On/Off buttons which can be seen in iOS, for example, in the preferences (Settings) for such services as Airplane Mode.
I'm trying to decide whether to use a switch or toggle for setting an alarm I'm my android application. On …
android-layout switch-statement toggle uiswitch