开发者

Making items draggable

开发者 https://www.devze.com 2023-02-15 02:33 出处:网络
How are objects made draggable on iphone? How is an item/object moved by the user. e.g. apps can be moved on the homescreen and they icons follow the users finger.

How are objects made draggable on iphone?

How is an item/object moved by the user. e.g. apps can be moved on the homescreen and they icons follow the users finger.

How can e.g. a tableview cell contents be moved if the user holds down on it and then moves their finger?

What controls the movement of these objects to follow 开发者_开发问答a users finger?


There is no built-in support of dragging controls and you need to implement one. My answer to another question is related and might help.

Dragging values onto labels

0

精彩评论

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