mirror of
https://github.com/zhigang1992/RETableViewManager.git
synced 2026-06-13 09:35:25 +08:00
Update README.md
This commit is contained in:
@@ -242,7 +242,7 @@ RETableViewSection *section = [RETableViewSection sectionWithHeaderView:myCustom
|
||||
### Item to Cell Mapping Example
|
||||
|
||||
It's super easy to create custom mappings, the concept is similiar to `UICollectionView`.
|
||||
For example, this how all `NSString` objects are being mapped with `RETableViewCell`:
|
||||
For example, this how all `NSString` objects are being mapped to `RETableViewCell`:
|
||||
|
||||
``` objective-c
|
||||
_tableViewManager[@"NSString"] = @"RETableViewCell";
|
||||
|
||||
Reference in New Issue
Block a user