ios-samples/Touches_GestureRecognizers
Craig Dunn 3090e88865
de-duplicate csproj GUIDs (#379)
* update PassKit

* update newsstand

consider deleting in future

* update iclouduidoc

* update customcollectionviewattributes

* update touchgesturerecognizers

* update phonewordmultiscreen

* update lazytablesasync

* update lazytables

* update watchkit-getstarted

consider deleting in future

* update HostedNonConsumables

* update duplicate guid

* fix whitespace/formatting
2019-08-16 14:23:29 -07:00
..
Classes [Touches_GestureRecognizers] resolve warnings 2015-03-25 00:07:24 +03:00
Images add new resources 2012-12-20 14:20:14 -05:00
Other Sources Pull from upstream 2015-01-19 20:39:40 +05:30
Resources add new resources 2012-12-20 14:20:14 -05:00
Screenshots More screenshots. 2011-10-04 11:14:42 +02:00
Info.plist Updated architecture setting to 32&64 bit, and specified iOS 9 as minimum SDK version. 2017-07-19 13:27:52 +01:00
Metadata.xml Add brief description tag to metadata.xml 2015-03-23 18:03:04 +03:00
README.md onboard missing samples 2019-08-03 11:47:38 -07:00
Touches_GestureRecognizers.csproj de-duplicate csproj GUIDs (#379) 2019-08-16 14:23:29 -07:00
Touches_GestureRecognizers.sln de-duplicate csproj GUIDs (#379) 2019-08-16 14:23:29 -07:00

README.md

name description page_type languages products urlFragment
Xamarin.iOS - Gesture Recognizers How to handle touches to move multiple objects with UIGestureRecognizers sample
csharp
xamarin
touches-gesturerecognizers

Gesture Recognizers

An example on how to handle touches to move multiple objects with UIGestureRecognizers.

Gesture Recognizers application screenshot

See the touch events and gestures docs for Xamarin.iOS.

Loosely based on Apple's Touches example: http://developer.apple.com/library/ios/#samplecode/Touches