The <SettingsCell> protocol is used to work with settings menu cell.
<NSObject>
Settings menu cell is an item of the menu used to change data view parameters displayed in the mobile application window, and to execute operations 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.
See also: