Is there an easy way to drag and drop a UITableViewCell between two UITableViews?
Posted
by Steve Simitzis
on Stack Overflow
See other posts from Stack Overflow
or by Steve Simitzis
Published on 2010-03-26T19:18:53Z
Indexed on
2010/04/27
9:43 UTC
Read the original article
Hit count: 483
As the title says. Reordering within a single UITableView is trivial, but the screen of the iPad is large enough to display multiple UITableViews at the same time. So it seems like there should be a way to drag and drop a UITableViewCell between two UITableViews. Any thoughts on the best approach?
© Stack Overflow or respective owner