SettingsColorTableViewCell

Description

The SettingsColorTableViewCell class is used to work with a cell containing a colored square.

Inheritance Hierarchy

          NSObject

          UIResponder

          UIView

          UITableViewCell

          CommonTableViewCell

          ColorIndicatorTableViewCell

          SettingsColorTableViewCell

Supported Protocols

<NSCoding>

<NSObject>

<SettingsCell>

<TableContaintedViewProtocol>

<UIAppearance>

<UIAppearanceContainer>

<UIDynamicItem>

<UIGestureRecognizerDelegate>

Comments

Type of cell containing a color square:

Properties inherited from ColorIndicatorTableViewCell

color. Square color.

Properties inherited from <SettingsCell>

delegate. A delegate implementing methods used to work with settings menu cell.

key. Data key.

title. Cell title.

Properties inherited from <TableContaintedViewProtocol>

height. Required object height.

Methods inherited from <SettingsCell>

initWithTitle:delegate:key:. Creates a cell with specifying of title, delegate and data key.

reloadData. Reloads cell data.

Static Methods

colorCellWithTitle:delegate:key:. Creates a cell with a colored square with specifying of cell title, delegate and key.

See also:

Classes. The Mobile Application Component