开发者

drag an image from uitableview

开发者 https://www.devze.com 2023-01-04 08:18 出处:网络
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 f

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.

0

精彩评论

暂无评论...
验证码 换一张
取 消