The SettingsColorTableViewCell class is used to work with a cell containing a colored square.
SettingsColorTableViewCell
<NSCoding>
<NSObject>
Type of cell containing a color square:
color. Square color.
delegate. A delegate implementing methods used to work with settings menu cell.
key. Data key.
title. Cell title.
height. Required object height.
initWithTitle:delegate:key:. Creates a cell with specifying of title, delegate and data key.
reloadData. Reloads cell data.
colorCellWithTitle:delegate:key:. Creates a cell with a colored square with specifying of cell title, delegate and key.
See also: