bvogelzang / BVReorderTableView

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

Fixed warnings and canReorder instance variable bug. #28

Open manide opened 10 years ago

manide commented 10 years ago

canReorder getter was missing; setter did useless assignment of passed parameter to itself. Also fixed various warnings I got when compiling with more restrictive warning build settings.

SwiftArchitect commented 9 years ago

Can we take action and make a new PodSpec? There seem to be 6 pending pull requests, yet no changes in 2 years...