1

I have four UITableView in one view controller,i want to drag rows from one UITableView to another UITableView like first to third or first to fourth Randomly. I Tried moving from first UITableView to second UITableView its working,But i am looking for random move.

Sudheer Kolasani
  • 283
  • 5
  • 28
Rohith Singh
  • 75
  • 2
  • 12
  • 1
    Post your code what you had done so far. So everyone can know where you are doing wrong – Sunny Shah May 19 '16 at 05:15
  • This is what I had referred to achieve the above functionality, Very efficiently done, you can have a look just in case http://stackoverflow.com/questions/6506946/ipad-drag-a-uitableviewcell-from-one-uitableviewcontroller-and-drop-it-into-ano – 7vikram7 May 19 '16 at 05:39
  • You can check this out : https://github.com/ice3-software/between-kit/tree/master/Legacy – iOS Geek May 19 '16 at 05:46
  • @iOSGeek i tried this sample but i can't able to place the cell in another tableview – Rohith Singh May 21 '16 at 11:00
  • @SunnyShah : I have 4 items[rows] in first tableview,i want to split the items like 1 item in one tableview another item in another tableview remaining two items in first tableview. i want to drag/select items from first tableview and place/drop to any other tableview like random. i want solution for this scenario.. pls Help me.. – Rohith Singh May 21 '16 at 11:14
  • @7vikram7: i will try and let you know.. – Rohith Singh May 21 '16 at 11:18

0 Answers0