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

Overview

A text input form element.

This element is similar to HTML's <input type="text">. It presents a simple text field control with optional placeholder text. You can assign a delegate to this object that will be assigned to the text field, allowing you to receive text field delegate notifications.

Bound to NITextInputFormElementCell when using the Nimbus cell factory.

Inheritance diagram for NITextInputFormElement:
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