SettingsSpinnerTableViewCell

Description

The SettingsSpinnerTableViewCell class is used to work with a cell containing a value editor as a counter.

Inheritance Hierarchy

          NSObject

          UIResponder

          UIView

          UITableViewCell

          CommonTableViewCell

          SpinnerTableViewCell

          SettingsSpinnerTableViewCell

Supported Protocols

<NSCoding>

<NSObject>

<SettingsCell>

<TableContaintedViewProtocol>

<UIAppearance>

<UIAppearanceContainer>

<UIDynamicItem>

<UIGestureRecognizerDelegate>

Comments

Appearance of the cell with a value editor as a counter:

Counter is a control with cyclically changed value.

Properties inherited from SpinnerTableViewCell

spinnerControl. The value editor as a counter.

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

spinnerCellWithTitle:delegate:key:. Creates a cell with a value counter with specifying of cell title, delegate and key.

See also:

Classes. The Mobile Application Component