The SettingsCheckmarkedSpinnerCell class is used to work with a cell containing a checkbox and value editor as a counter.
SettingsCheckmarkedSpinnerCell
<NSCoding>
<NSObject>
Appearance of the cell with a checkbox and a value editor as a counter:
spinnerKey. The key that determines counter value in the cell.
checked. State of the cell with a checkbox.
delegate. Delegate for working with a cell containing a checkbox.
rightCheckmark. Indicates whether checkbox is located at the right side of the cell.
delegate. A delegate implementing methods used to work with settings menu cell.
key. Data key.
title. Cell title.
height. Required object height.
tapped:. Processes user click on the cell checkbox.
initWithTitle:delegate:key:. Creates a cell with specifying of title, delegate and data key.
reloadData. Reloads cell data.
checkmarkedSpinnerCellWithTitle:delegate:key:spinnerKey:. Creates a cell with a checkbox and a colored square with specifying of its title, delegate and key.
See also: