The UITableViewRow is a data provider and cell creator for a row in a UITableView. More...
#import <UITableViewRow.h>
Public Member Functions | |
| (void) | - loadNib |
| Loads the nib specified by "nibName". | |
| (void) | - didLoadNib |
| Called after the nib was loaded. | |
| (void) | - willLoadNib |
| Called before the nib is loaded. | |
| (BOOL) | - canMoveRowInGroup:atIndex: |
| Whether or not this row can be moved from a group. | |
| (id) | - getCachedRowForTable: |
| A shortcut to remember to first try and grab a cached row. | |
| (UITableViewCell *) | - cellForTable: |
| Create and return a cell that displays this row's associated data. | |
Static Public Member Functions | |
| (id) | + rowOfClass:withCellIdentifier: |
| Shortcut to get a row index and set the cell re-use identifier. | |
| (id) | + rowOfClass:withNibName:andCellIdentifier: |
| Shortcut to get a row that has the nib name and cell identifier set. | |
Properties | |
| NSString * | nibName |
| The nib name to load the cell from. | |
| BOOL | isSelectable |
| Whether or not this row is selectable. | |
| BOOL | isEditable |
| Whether or not this row is editable. | |
| NSString * | cellIdentifier |
| A cached UITableViewCell identifier (see UITableView::dequeueReusableCellWithIdentifier:). | |
| id | data |
| Generic data object for a row. | |
The UITableViewRow is a data provider and cell creator for a row in a UITableView.