Update readme

This commit is contained in:
Roman Efimov
2013-02-28 18:01:11 -06:00
parent 9166d17935
commit 75dd2a4d9e

View File

@@ -1,7 +1,7 @@
# RETableViewManager
Data driven content manager for UITableView. It allows to manage content of UITableView with ease, both forms and lists.
In its core `RETableViewManager` supports reusable cells based on data object `Class`es.
In its core `RETableViewManager` supports reusable cells based on data object `Class`.
_This is still in early stage of development and it's highly unrecommended to use it in production apps._