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