Creating a UITouch object

后端 未结 1 1530
既然无缘
既然无缘 2021-01-14 17:29

In my iPhone app I\'m overriding the touchesBegan:withEvent method in my view and what I want to do is make some tweaks to the UITouch object found in the NSSet

1条回答
  •  礼貌的吻别
    2021-01-14 17:33

    The way I got it to work was by categorizing the UITouch and create an init method. This blog should explain how to do it:

    http://cocoawithlove.com/2008/10/synthesizing-touch-event-on-iphone.html

    0 讨论(0)
提交回复
热议问题