From 03b67c51783a573734f2b62d7318450e1aea7c51 Mon Sep 17 00:00:00 2001 From: Max Sokolov Date: Thu, 16 Jun 2016 00:54:22 +0300 Subject: [PATCH] update readme --- README.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9e100ea..1055f80 100644 --- a/README.md +++ b/README.md @@ -26,6 +26,10 @@ It hides a complexity of `UITableViewDataSource` and `UITableViewDelegate` metho ## Getting Started +An example app is included demonstrating TableKit's functionality. + +#### Basic usage + Create your rows: ```swift let row1 = TableRow(item: "1") @@ -58,7 +62,9 @@ class StringTableViewCell: UITableViewCell, ConfigurableCell { ``` You could have as many rows and sections as you need. -## Row actions +## Advanced + +#### Row actions It nice to have some actions that related to your cells: ```swift @@ -85,7 +91,7 @@ row }) ``` -## Batch rows +#### Batch rows You could have a situation when you need a lot of cells with the same type. In that case it's better to use `TableRowBuilder`: ```swift let builder = TableRowBuilder {