Inherits from BCAbstractCell : UITableViewCell
Declared in BCTextFieldCell.h

Tasks

  •   textField

    Returns the textfield for this cell. All cells must have a UITextField member, though the UITextField need not be a visible part of the cell. The reason for including a text field is that: – it provides a convenient way to call becomeFirstResponder – it provides a convenient way to provide a custom input view, other than the regular keyboards.

    property
  •   editable property

Properties

editable

@property (nonatomic) BOOL editable

textField

Returns the textfield for this cell. All cells must have a UITextField member, though the UITextField need not be a visible part of the cell. The reason for including a text field is that: – it provides a convenient way to call becomeFirstResponder – it provides a convenient way to provide a custom input view, other than the regular keyboards.

@property (nonatomic, strong, readonly) UITextField *textField

Discussion

Returns the textfield for this cell. All cells must have a UITextField member, though the UITextField need not be a visible part of the cell. The reason for including a text field is that: – it provides a convenient way to call becomeFirstResponder – it provides a convenient way to provide a custom input view, other than the regular keyboards.

Declared In

BCAbstractCell.h