bvogelzang / BVReorderTableView

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

Multiple Tables #18

Closed adamrushy closed 10 years ago

adamrushy commented 10 years ago

Hello,

I was wondering how BVReorder would deal with this problem. I have 2 views and both can be switched at anytime, each view has a separate table with different datasources. They both require the BVReordering they both use the same Controller.

Regards,

adamrushy commented 10 years ago

Fixed by checking which view is hidden.