drag an image from uitableview
i am new to this iphone development, in an uiview i have a tableview, in each cell of tableview, i have an image. is it possible t开发者_高级运维o drag or move an images which are in cells, to pos 1 from pos 2 as shown below.
|--------------------------|
| | |
| ui |table(image) |
| |view |
| 1 | 2 |
----------------------------
Are you asking about reordering the rows by dragging them up or down?
Apple has a guide on how to do this.
精彩评论