mirror of
https://github.com/zhigang1992/RETableViewManager.git
synced 2026-05-16 09:59:36 +08:00
Update README.md
This commit is contained in:
@@ -99,7 +99,7 @@ Edit your Podfile and add RETableViewManager:
|
||||
|
||||
``` bash
|
||||
platform :ios, '6.0'
|
||||
pod 'RETableViewManager', '~> 0.1.0'
|
||||
pod 'RETableViewManager', '~> 1.0.0'
|
||||
```
|
||||
|
||||
Install into your Xcode project:
|
||||
@@ -395,7 +395,6 @@ find out how default mapping is performed:
|
||||
}
|
||||
```
|
||||
|
||||
|
||||
Your custom items should be subclassed from `RETableViewItem`. Custom cells should be subclassed from `RETableViewCell`.
|
||||
These are 2 base classes that provide all necessary logic to bound your subclasses together.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user