The SettingsSwitchTableViewCell class is used to work with a cell containing a switch.
SettingsSwitchTableViewCell
<NSCoding>
<NSObject>
Appearance of the cell with a switch in the Enabled state:
switchControl. The switch between two values.
delegate. A delegate implementing methods used to work with settings menu cell.
key. Data key.
title. Cell title.
height. Required object height.
switchToStateOn:. Changes switch state in the cell.
initWithTitle:delegate:key:. Creates a cell with specifying of title, delegate and data key.
reloadData. Reloads cell data.
switchCellWithTitle:delegate:key:. Creates a cell with a checkbox with specifying its title, delegate and key.
See also: