bump readme
This commit is contained in:
parent
a5e2a7bc4b
commit
cc69a5e8d7
|
|
@ -1,6 +1,6 @@
|
|||

|
||||
|
||||
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.
|
||||
Loading…
Reference in New Issue