The iOS framework that grows only as fast as its documentation
NISliderFormElement Class Reference

Overview

A slider form element.

This element is a slider that can be embedded in a form. It shows a label with a switch align to the right edge of the row.

Bound to NISliderFormElementCell when using the Nimbus cell factory.

Inheritance diagram for NISliderFormElement:
NIFormElement <NICellObject>

Tasks

(Class) - cellClass
 
(UITableViewCellStyle) - cellStyle
 

Method Documentation

cellClass

The class of cell to be created when this object is passed to the cell factory.

- (Class)cellClass;
Discussion

cellStyle

The style of UITableViewCell to be used when initializing the cell for the first time.

- (UITableViewCellStyle)cellStyle;
Discussion