SettingsTextInputCell

Description

The SettingsTextInputCell class is used to work with a cell containing a text editor with ability to set up style.

Inheritance Hierarchy

          NSObject

          UIResponder

          UIView

          UITableViewCell

          CommonTableViewCell

          TextInputTableViewCell

          SettingsTextInputCell

Supported Protocols

<NSCoding>

<NSObject>

<SettingsCell>

<TableContaintedViewProtocol>

<UIAppearance>

<UIAppearanceContainer>

<UIDynamicItem>

<UIGestureRecognizerDelegate>

<UITextFieldDelegate>

Comments

Appearance of the cell containing a text editor with ability to set up style:

Properties

accessoryType. Auxiliary indicator type.

continuousUpdating. Indicates whether changes are saved on each text change.

leftPadding. Left padding of text from the editor border.

textInputTextAlignment. Text alignment in the editor.

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.

Properties inherited from <TextInputTableViewCell>

textInput. Text editor.

Methods inherited from <SettingsCell>

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

reloadData. Reloads cell data.

Static Methods

textInputCellWithTitle:delegate:key:. Creates a cell with a text editor with specifying of cell title, delegate and data key.

See also:

Classes. The Mobile Application Component