Note that there are some explanatory texts on larger screens.

plurals
  1. POHow move/reorder cells from TableView1 to TableView2
    primarykey
    data
    text
    <p>I have several UITableViews, with different datasources in a iPad screen.</p> <p>I need to copy/move a cell from the first tableView to the second, similar how is done with ListBox in other languages.</p> <p>Now, I can reorder the cells, but the movement is restricted to the tableView. I want to drag the cell in tableView1 &amp; drop in tableView2.</p> <p>P.D. I'm open to use any other control to archive this. I take a look at <a href="https://github.com/AlanQuatermain/AQGridView" rel="nofollow noreferrer">AQGridView</a> &amp; <a href="https://github.com/danielctull/DTGridView" rel="nofollow noreferrer">DTGridView</a>, however the layout is based in columns with different #items. If I can emulate columns with this controls or other then I can accept the workaround. </p> <p>UPDATE:</p> <p>I hope this links could help:</p> <p><a href="https://stackoverflow.com/questions/2003201/observing-pinch-multi-touch-gestures-in-a-uitableview">Observing pinch multi-touch gestures in a UITableView</a></p> <p>This is the most close answer:</p> <p><a href="https://stackoverflow.com/questions/3914458/drag-and-drop-between-two-tables-in-ipad">Drag and drop between two tables in ipad</a></p> <p>I know how get a image from a view, I can detect the drag with a <a href="http://developer.apple.com/library/ios/#documentation/EventHandling/Conceptual/EventHandlingiPhoneOS/GestureRecognizers/GestureRecognizers.html%23//apple_ref/doc/uid/TP40009541-CH6-SW1" rel="nofollow noreferrer">Gesture Recognizers</a>, so I have all the setup in place but have not expertise in graphic development, so don't know how put this in motion...</p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload