<SettingsCell>

Description

The <SettingsCell> protocol is used to work with settings menu cell.

Supported Protocols

<NSObject>

<TableContaintedViewProtocol>

Comments

Settings menu cell is an item of the menu used to change data view parameters displayed in the mobile application window, and to execute operations on them:

Properties

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

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

reloadData. Reloads cell data.

See also:

Protocols. The Mobile Application Component