bump readme

This commit is contained in:
Max Sokolov 2015-11-09 00:29:57 +03:00
parent a5e2a7bc4b
commit cc69a5e8d7
1 changed files with 6 additions and 2 deletions

View File

@ -1,6 +1,6 @@
![Tablet](https://raw.githubusercontent.com/maxsokolov/tablet/assets/tablet.png)
Tablet is a super lightweight yet powerful library that handles a complexity of UITableView's datasource and delegate in a Swift environment.
Tablet is a super lightweight yet powerful generic library that handles a complexity of UITableView's datasource and delegate in a Swift environment. Tablet's goal is to provide an easiest way to create complex table views. With Tablet you don't have to write a messy code of switch or if statement when you deal with bunch of different cells in different sections.
## Requirements
@ -125,4 +125,8 @@ let rowBuilder = TableRowBuilder<User, UserTableViewCell>(items: users, id: "reu
.action("action_key") { data in
}
```
```
## License
Tablet is available under the MIT license. See LICENSE for details.