Can the iPhone detect the size of a touch?

后端 未结 4 1952
陌清茗
陌清茗 2021-02-01 10:17

As far as I can tell the iPhone multitouch framework sends the location of each touch but not the size.

I want to allow the user to tap a button with the tip of their th

4条回答
  •  旧巷少年郎
    2021-02-01 10:31

    Since UITouch handles the touch and nothing is said about the size, i'd say no you can't. You better try another approch like a drag..

提交回复
热议问题