CheckmarkedCell

Description

The CheckmarkedCell class is used to work with a basic cell containing a checkbox.

Inheritance Hierarchy

          NSObject

          UIResponder

          UIView

          UITableViewCell

          CommonTableViewCell

          CheckmarkedCell

Supported Protocols

<NSCoding>

<NSObject>

<UIAppearance>

<UIAppearanceContainer>

<UIDynamicItem>

<UIGestureRecognizerDelegate>

Comments

Basic cell containing a checkbox at the right:

Properties

checked. Checkbox state in the cell.

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

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

Methods

tapped:. Processes user click on the cell checkbox.

See also:

Classes. The Mobile Application Component