From 09e5c4b8a44497c71e19abd8e923d2d57464a9e8 Mon Sep 17 00:00:00 2001 From: Max Sokolov Date: Wed, 15 Jun 2016 21:25:28 +0300 Subject: [PATCH] update readme --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 3b56f80..9e100ea 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,7 @@ It hides a complexity of `UITableViewDataSource` and `UITableViewDelegate` metho - [x] Chainable cell actions (select/deselect etc.) - [x] Support cells created from code, xib, or storyboard - [x] Support different cells height calculation strategies +- [x] Support portrait and landscape orientations - [x] No need to subclass - [x] Extensibility