bvogelzang / BVReorderTableView

Easy Long Press Reordering for UITableView
MIT License
234 stars 59 forks source link

Support both Pan or LongPress gesture. Support hook up gestures from any UIView in your UITableViewCell. #26

Closed shiami closed 10 years ago

shiami commented 10 years ago

Modify the gesture handling to support both Pan or LongPress. Modify the gesture to support binding to any UIView. It is handy to hook up an UIView in your cell. Add missing framework in the sample project. Modify the example project to fit the new way to setup the gestures.

shiami commented 10 years ago

Create a newly fixed pull request.