The CommonTableViewCell class is used to work with a cell supporting styles.
CommonTableViewCell
<NSCoding>
<NSObject>
This class is a base one for the following cell types:
CheckmarkedCell. The basic cell containing a checkbox.
ColorIndicatorTableViewCell. The cell containing a colored square.
SettingsCell. Basic cell of settings menu.
SettingsCheckmarkedCell. The cell containing a checkbox.
SettingsCheckmarkedColorCell. The cell containing a checkbox and a colored square.
SettingsCheckmarkedSpinnerCell. The cell containing a checkbox and a value editor as a counter.
SettingsColorTableViewCell. The cell containing a colored square.
SettingsDetailCheckmarkedCell. The cell containing a checkbox and detailed description.
SettingsDetailTextTableViewCell. The cell containing a text editor and detailed description.
SettingsSpinnerTableViewCell. The cell containing a value editor as a counter.
SettingsSwitchTableViewCell. The cell containing a switch.
SettingsTextInputCell. The cell containing a text editor with style setup.
SpinnerTableViewCell. The basic cell containing a value editor as a counter.
SwitchTableViewCell. The basic cell containing a switch.
TextInputTableViewCell. The cell containing a text editor.
See also: