From 86b93ae78d5906a8f5796ae44069f40d04901d26 Mon Sep 17 00:00:00 2001 From: Max Sokolov Date: Fri, 17 Jun 2016 00:01:55 +0300 Subject: [PATCH] update readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 439f178..1e4259f 100644 --- a/README.md +++ b/README.md @@ -62,8 +62,6 @@ class StringTableViewCell: UITableViewCell, ConfigurableCell { ``` You could have as many rows and sections as you need. -## Advanced - #### Row actions It nice to have some actions that related to your cells: @@ -110,6 +108,8 @@ let builder = TableRowBuilder(items: ["1", "2", "3" section.append(builder: builder) ``` +## Advanced + #### Cell height calculating strategy By default TableKit relies on self-sizing cells. In that case you have to provide an estimated height for your cells: ```swift