AQGridView icon indicating copy to clipboard operation
AQGridView copied to clipboard

Added basic multi touch behavior

Open techiemac opened this issue 14 years ago • 0 comments

I realize the future use here is to add a UIGestureRecognizer (and I think that too is very beneficial) but I added some changes that enable multi finger touch behavior since I needed a 2 finger touch. This commit adds a backwards compatible "numFingersTouch" parameter to willSelectItemAtIndex and didSelectItemAtIndex.

The parameter contains the actual number of fingers used to touch the selection. Keep in mind that only one of the fingers needs to be in bounds since the idea was to capture user intent.

techiemac avatar Feb 24 '11 17:02 techiemac