Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Drop-in UITableView replacement to reorder cells with long press on any part of

![Reordering animation](Assets/reordering.gif)

##Installation
## Installation

Using [CocoaPods](http://cocoapods.org/):

Expand All @@ -17,7 +17,7 @@ pod 'HPReorderTableView', '~> 0.2'

Or add the files from the [HPReorderTableView](https://github.com/hpique/HPReorderTableView/tree/master/HPReorderTableView) directory if you're doing it manually.

##Usage
## Usage

Simply instance `HPReorderTableView` instead of `UITableView`:

Expand All @@ -36,15 +36,15 @@ Then implement the reordering methods of your table view data source as you woul
}
```

##Customization
## Customization

See the [documentation](http://cocoadocs.org/docsets/HPReorderTableView) for customization options.

##Requirements
## Requirements

HPReorderTableView requires iOS 6.1 or above and ARC.

##License
## License

Copyright 2014 Hermes Pique ([@hpique](https://twitter.com/hpique))

Expand Down