SettingsCell

Description

The SettingsCell class is used to work a basic cell of menu settings.

Inheritance Hierarchy

          NSObject

          UIResponder

          UIView

          UITableViewCell

          CommonTableViewCell

          SettingsCell

Supported Protocols

<NSCoding>

<NSObject>

<SettingsCell>

<TableContaintedViewProtocol>

<UIAppearance>

<UIAppearanceContainer>

<UIDynamicItem>

<UIGestureRecognizerDelegate>

Comments

Settings menu cell is an item of the menu for changing parameters of data views displayed in a mobile application window, and for executing actions on them:

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

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

See also:

Classes. The Mobile Application Component