ios-samples/Touches_GestureRecognizers
Rolf Bjarne Kvinge c48c4d648c
Add .editorconfig and fix formatting accordingly. (#471)
The new .editorconfig is copied from the one in xamarin/xamarin-macios.

Formatting was fixed using 'dotnet format whitespace --folder .'
2023-02-17 14:55:43 +01:00
..
Classes Add .editorconfig and fix formatting accordingly. (#471) 2023-02-17 14:55:43 +01:00
Images add new resources 2012-12-20 14:20:14 -05:00
Other Sources Add .editorconfig and fix formatting accordingly. (#471) 2023-02-17 14:55:43 +01:00
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