patrick
patrick

Reputation: 6840

It's possible to make a uitableviewcell draggable

My Nib file

and I want to make the tableviewcells draggable, but outsite the tableview.

Is this possible?

Upvotes: 1

Views: 334

Answers (1)

JoBu1324
JoBu1324

Reputation: 7769

I don't believe you can make drag the cell outside of it's containing view, but it is possible to create a view on top of the tableview and drag that where you want it. You'd probably want to delete the cell from the table as soon as the user selected the cell to make it look like he grabbed the cell from the table.

Upvotes: 3

Related Questions