ipad drag and drop

后端 未结 6 1668
误落风尘
误落风尘 2021-01-31 12:09

I need to implement drag and drop for Ipad.

I tried this solution: http://www.gotproject.com/blog/post2.html

But since I am using JQuery myself, it conflicts and

6条回答
  •  执念已碎
    2021-01-31 12:45

    Apple has a Section called "Handling Multi-Touch Events" here: https://developer.apple.com/library/content/documentation/EventHandling/Conceptual/EventHandlingiPhoneOS/multitouch_background/multitouch_background.html

    It is the official Apple guide on how you can handle almost all of your touch events with the standard controls and gesture recognizers in UIKit.

提交回复
热议问题