RETableViewManager Class Reference
| Inherits from | NSObject |
| Conforms to | UITableViewDataSource UITableViewDelegate |
| Declared in | RETableViewManager.h RETableViewManager.m |
Overview
Data driven content manager for UITableView. It allows to manage content of UITableView with ease, both forms and lists.
In its core RETableViewManager supports reusable cells based on corresponding data object class.
Tasks
Creating and Initializing a RETableViewManager
-
– initWithDelegate:Initialize a table view manager object and specify the delegate object.
Managing the Delegate
-
delegateThe object that acts as the delegate of the receiving table view.
property
Managing Object Mappings
-
mappingThe aggregate collection of item and class mappings within this table view manager.
property
Properties
Instance Methods
initWithDelegate:
Initialize a table view manager object and specify the delegate object.
- (id)initWithDelegate:(id<RETableViewManagerDelegate>)delegateParameters
- delegate
The delegate (RETableViewManagerDelegate) object for the table view manager.
Return Value
The pointer to the instance, or nil if initialization failed.
Discussion
Initialize a table view manager object and specify the delegate object.
Declared In
RETableViewManager.h