Skip to content
This repository has been archived by the owner on Jul 1, 2020. It is now read-only.

Commit

Permalink
Update readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ay8s committed Apr 1, 2017
1 parent 494252a commit fe19e64
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions readme.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#BFRTableReorder#
# BFRTableReorder

<p align="center">
<img src="/demo.gif?raw=true" alt="Demo" />
Expand All @@ -9,19 +9,19 @@
<img src="https://img.shields.io/cocoapods/l/BFRTableReorder.svg" />
</p>

###Summary###
### Summary
The BFRTableReorder is an out of the box solution to add long press reordering to your [ASDK](https://github.com/facebook/AsyncDisplayKit) apps 🎉! It started off as an Objective-C port of the excellent [Swift Reorder](https://github.com/adamshin/SwiftReorder/) by Adam Shin, but we ended up hacking it apart for ASDK purposes.

We use it all over the place in [Buffer for iOS](https://itunes.apple.com/us/app/buffer-for-twitter-pinterest/id490474324?mt=8) :-).

###Installation###
### Installation
The BFRTableReorder is hosted on CocoaPods and is the recommended way to install it:
```ruby
pod 'BFRTableReorder'
```


###Quickstart###
### Quickstart
To kick things off, you need to include one header file anywhere you want some reordering action to happen 😊:
```objc
#import "ASTableNode+BFRReorder.h"
Expand All @@ -39,7 +39,7 @@ From there, you're only required to implement one delegate method, but there are

There is a very simple example in the demo project, feel free to fire it up if you want to see all the delegate methods in action 💯.

###Going Forward###
### Going Forward
We regularly maintain this code, and you can also rest assured that it's been battle tested against thousands of users in production 👍. That said, we get things wrong from time to time - so feel free to open an issue for anything you spot!

We are always happy to talk shop, so feel free to give us a shout on Twitter:
Expand All @@ -50,5 +50,5 @@ We are always happy to talk shop, so feel free to give us a shout on Twitter:
Or, hey - why not work on the BFRTableReorder and get paid for it!? [We're hiring](http://www.buffer.com/journey)!

- - -
######Licence######
#### Licence
_This project uses MIT License._

0 comments on commit fe19e64

Please sign in to comment.