From e3ddb25b22bfc8dcee1ec48f61217f2e2282da66 Mon Sep 17 00:00:00 2001 From: Max Sokolov Date: Sat, 11 Jun 2016 12:28:46 +0300 Subject: [PATCH] bump readme --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index c9c36fd..a4b452c 100644 --- a/README.md +++ b/README.md @@ -1,13 +1,11 @@ - - #TableKit
TableKit is a super lightweight yet powerful generic library that handles a complexity of UITableView's datasource and delegate methods 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` statements when you deal with bunch of different cells in different sections. @@ -24,6 +22,8 @@ TableKit is a super lightweight yet powerful generic library that handles a comp - [x] Extensibility - [x] Tests +Docs will be updated soon. + ## License Tablet is available under the MIT license. See LICENSE for details. \ No newline at end of file