BVReorderTableView icon indicating copy to clipboard operation
BVReorderTableView copied to clipboard

Bug when closing the app and than opening it from the multitasking bar

Open vmirchev opened this issue 10 years ago • 2 comments

While I was reordering a friend called me, which closed the application. Afterwards I opened the same application from the multitasking bar and the draggingView was not closed and the reordering was not finished and there is no way to finish it.

I solved it by adding a applicationDidBecomeActiveNotification which removed the draggingView and replaced the dummy string with the saved object, by calling the delegate method with indexPath param - currentLocationIndexPath.

If i find time I will clear my code and commit the fix, if it has not already been fixed in the newest stable version.

vmirchev avatar Mar 21 '14 13:03 vmirchev

Good catch! Just reproduced the bug in my own app which uses BVReorderTableView.

mluisbrown avatar Mar 21 '14 17:03 mluisbrown

Was able to reproduce it as well in my app. Would love to see your fix.

NickEntin avatar Jan 15 '15 03:01 NickEntin