mirror of
https://github.com/zhigang1992/RETableViewManager.git
synced 2026-05-22 11:04:51 +08:00
Add comment
This commit is contained in:
@@ -24,7 +24,7 @@
|
||||
//
|
||||
_manager = [[RETableViewManager alloc] initWithTableView:self.tableView delegate:self];
|
||||
|
||||
// Map item to a cell
|
||||
// Map item to a cell, this will also register the XIBTestCell.xib for the XIBTestItem identifier
|
||||
//
|
||||
_manager[@"XIBTestItem"] = @"XIBTestCell";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user