Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Ernesto Rivera committed Aug 28, 2014
1 parent 1827215 commit 7d0f731
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down

0 comments on commit 7d0f731

Please sign in to comment.