From 7d0f731a053530d6684a60d21ea7eaf7f0850aee Mon Sep 17 00:00:00 2001 From: Ernesto Rivera Date: Thu, 28 Aug 2014 11:25:40 +0900 Subject: [PATCH] Update README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 005b819..e03d165 100644 --- a/README.md +++ b/README.md @@ -14,19 +14,19 @@ _Developed as part of [Pecolly iOS](https://itunes.apple.com/us/app/pecolly-cook ## Demo -A demo project is [included](Demo) in the repository and can also be tried online [here](https://app.io/OoRIaL). +A demo project is [included](Demo) in the repository. ## Features -![Screenshot 1](http://cyberagent.github.io/AMBTableViewController/images/screenshot1.png) ![Screenshot 2](http://cyberagent.github.io/AMBTableViewController/images/screenshot2.png) - - Use Storyboards' Prototype Cells to design your cells. - Separate table code with [`AMBTableViewSection`](Source/AMBTableViewController.h#L149)'s. - - Uses blocks instead of delegate calls and avoid having section code separated through multiple methods. + - Use blocks instead of delegate calls and avoid having section code separated through multiple methods. - Individual hide/shown, add/remove sections and rows. - Support for dynamic height cells. - Support for special "No Content Cell"'s for empty sections. +![Screenshot 1](http://cyberagent.github.io/AMBTableViewController/images/screenshot1.png) ![Screenshot 2](http://cyberagent.github.io/AMBTableViewController/images/screenshot2.png) + ## Installation Add the following to your [CocoaPods](http://cocoapods.org)' [Podfile](http://guides.cocoapods.org/syntax/podfile.html):