Update README.md

This commit is contained in:
Roman Efimov
2013-08-03 11:00:36 -05:00
parent 7a66eef094
commit 5bd2718833

View File

@@ -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.