Remove cellForObjectAtIndexPath: API and migrate cell mapping directly into the UITableViewDataSource callback

This commit is contained in:
Blake Watters
2012-06-25 16:25:45 -04:00
parent 3be91bed55
commit 8657b4ca75
5 changed files with 27 additions and 81 deletions

View File

@@ -374,14 +374,6 @@ typedef NSUInteger RKTableControllerState;
*/
- (NSUInteger)numberOfRowsInSection:(NSUInteger)index;
/**
Returns the UITableViewCell created by applying the specified
mapping operation to the object identified by indexPath.
@param indexPath The indexPath in the tableView for which a cell is needed.
*/
- (UITableViewCell *)cellForObjectAtIndexPath:(NSIndexPath *)indexPath;
///-----------------------------------------------------------------------------
/// @name Managing Swipe View
///-----------------------------------------------------------------------------