Is there a high-level gestures library for iPhone development?

后端 未结 4 970
温柔的废话
温柔的废话 2021-01-31 23:29

The iPhone platform has a number of common gesture idioms. For example, there are taps, pinches, and swipes, each with varying number of fingers. But when you\'re developing a

4条回答
  •  失恋的感觉
    2021-01-31 23:49

    I've set up just such a project. It's not a library, but it is full of sample code for pinch/stretch, tap and hold, etc.

    Blog:

    http://6tringle.com/blog/2009/TouchSampleCode.html

    Github:

    http://github.com/kailoa/6tringle-touchsamplecode/tree/master

提交回复
热议问题