Is there a good technique or example code demonstrating how to implement animated cell reordering? I have a custom cell class and regular reordering works fine, but I'd like to animate as much of it as possible (preferable something like the tab reordering in safari except in a tableview).
Any ideas? Thanks.