From 3e71cca18d700ee9f6fd05d454ff6aac39ebf7d7 Mon Sep 17 00:00:00 2001 From: Max Sokolov Date: Sat, 19 Mar 2016 19:59:29 +0300 Subject: [PATCH] bump readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5851397..a249334 100644 --- a/README.md +++ b/README.md @@ -14,11 +14,11 @@ Tablet is a super lightweight yet powerful generic library that handles a comple - [x] Type-safe cells based on generics - [x] The easiest way to map your models or view models to cells +- [x] Correctly handles autolayout cells with multiline labels - [x] Chainable cell actions - [x] Support cells created from code, xib, or storyboard - [x] Automatic xib/classes registration - [x] No need to subclass -- [x] Correctly handles autolayout cells with multiline labels - [x] Extensibility - [x] Tests