The SettingsCell class is used to work a basic cell of menu settings.
SettingsCell
<NSCoding>
<NSObject>
Settings menu cell is an item of the menu for changing parameters of data views displayed in a mobile application window, and for executing actions on them:
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.
cellWithTitle:delegate:key:. Creates a basic cell with specifying of title, delegate and data key.
See also: