The SettingsTextInputCell class is used to work with a cell containing a text editor with ability to set up style.
SettingsTextInputCell
<NSCoding>
<NSObject>
Appearance of the cell containing a text editor with ability to set up style:
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.
delegate. A delegate implementing methods used to work with settings menu cell.
key. Data key.
title. Cell title.
height. Required object height.
textInput. Text editor.
initWithTitle:delegate:key:. Creates a cell with specifying of title, delegate and data key.
reloadData. Reloads cell data.
textInputCellWithTitle:delegate:key:. Creates a cell with a text editor with specifying of cell title, delegate and data key.
See also: