ios-samples/TouchesClassic
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
OtherSources Add .editorconfig and fix formatting accordingly. (#471) 2023-02-17 14:55:43 +01:00
Resources removed underscore 2018-03-29 10:50:40 +03:00
Screenshots removed underscore 2018-03-29 10:50:40 +03:00
Info.plist removed underscore 2018-03-29 10:50:40 +03:00
Metadata.xml removed underscore 2018-03-29 10:50:40 +03:00
README.md onboard mssing samples 2019-08-01 22:35:19 -07:00
TouchesClassic.csproj Switched to 64-bit only builds. 2018-08-07 14:13:47 +01:00
TouchesClassic.sln removed underscore 2018-03-29 10:50:40 +03:00

README.md

name description page_type languages products urlFragment
Xamarin.iOS - Touches How to handle touches to move multiple objects. TouchesClassic demonstrates how to use the UIResponder events sample
csharp
xamarin
touchesclassic

Touches

An example on how to handle touches to move multiple objects. Touches_Classic demonstrates how to use the UIResponder events

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

Touches application screenshot