SettingsDetailCheckmarkedCell

Description

The SettingsDetailCheckmarkedCell class is used to work with a cell containing a checkbox and a detailed description.

Inheritance Hierarchy

          NSObject

          UIResponder

          UIView

          UITableViewCell

          CommonTableViewCell

          CheckmarkedCell

          SettingsDetailCheckmarkedCell

Supported Protocols

<NSCoding>

<NSObject>

<SettingsCell>

<TableContaintedViewProtocol>

<UIAppearance>

<UIAppearanceContainer>

<UIDynamicItem>

<UIGestureRecognizerDelegate>

Comments

Appearance of the cell with a checkbox and a detailed description:

Properties

textKey. The key that determines detailed description text for the cell with a checkbox.

Properties inherited from CheckmarkedCell

checked. State of the cell with a checkbox.

delegate. Delegate for working with a cell containing a checkbox.

rightCheckmark. Indicates whether checkbox is located at the right side of the cell.

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 CheckmarkedCell

tapped:. Processes user click on the cell checkbox.

Methods inherited from <SettingsCell>

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

reloadData. Reloads cell data.

Static Methods

detailCheckmarkedCellWithTitle:delegate:key:textKey:. Creates a cell with a checkbox and a detailed description with specifying of cell title, delegate and key.

See also:

Classes. The Mobile Application Component