зеркало из https://github.com/xamarin/ios-samples.git
c48c4d648c
The new .editorconfig is copied from the one in xamarin/xamarin-macios. Formatting was fixed using 'dotnet format whitespace --folder .' |
||
---|---|---|
.. | ||
Classes | ||
Images | ||
Other Sources | ||
Resources | ||
Screenshots | ||
Info.plist | ||
Metadata.xml | ||
README.md | ||
Touches_GestureRecognizers.csproj | ||
Touches_GestureRecognizers.sln |
README.md
name | description | page_type | languages | products | urlFragment | ||
---|---|---|---|---|---|---|---|
Xamarin.iOS - Gesture Recognizers | How to handle touches to move multiple objects with UIGestureRecognizers | sample |
|
|
touches-gesturerecognizers |
Gesture Recognizers
An example on how to handle touches to move multiple objects with UIGestureRecognizers.
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