The SettingsDetailTextTableViewCell class is used to work with a cell containing a text editor and a detailed description.
SettingsDetailTextTableViewCell
<NSCoding>
<NSObject>
Appearance of the cell with a text value and a detailed description:
delegate. A delegate implementing methods used to work with settings menu cell.
key. Data key.
title. Cell title.
height. Required object height.
initWithTitle:delegate:key:. Creates a cell with specifying of title, delegate and data key.
reloadData. Reloads cell data.
detailTextCellWithTitle:delegate:key:. Creates a cell with a text editor and a detailed description with specifying of cell title, delegate and data key.
See also: