ios-samples/ios11/DragAndDropMastering
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
..
DragAndDropCommon Add .editorconfig and fix formatting accordingly. (#471) 2023-02-17 14:55:43 +01:00
DragSource Add .editorconfig and fix formatting accordingly. (#471) 2023-02-17 14:55:43 +01:00
DropDestination Add .editorconfig and fix formatting accordingly. (#471) 2023-02-17 14:55:43 +01:00
Screenshots [ios11] Mastering Drag & Drop 2017-12-20 09:54:07 -08:00
LICENSE.txt [ios11] Mastering Drag & Drop 2017-12-20 09:54:07 -08:00
MasteringDragDrop.sln [ios11] Mastering Drag & Drop 2017-12-20 09:54:07 -08:00
Metadata.xml Added Metadata.xml for ios11/DragAndDropMastering 2018-04-04 17:20:46 -06:00
README.md remove hashtags ios11 ios12 2019-07-24 18:24:49 -07:00

README.md

name description page_type languages products extensions urlFragment
Xamarin.iOS - Mastering Drag and Drop in iOS 11 There are two app projects in this sample, intended to be run at the same time on an iPad. The DragSource app contains different types... (iOS11) sample
csharp
xamarin
tags
ios11
ios11-draganddropmastering

Mastering Drag and Drop in iOS 11

There are two app projects in this sample, intended to be run at the same time on an iPad. The DragSource app contains a variety of different types of data for dragging, and the DragTarget offers a convenient place to drop them.

Dragging barcodes from app to app

Swift sample available from WWDC 2017 Mastering Drag and Drop. See the original readme for more information.

License

Xamarin port changes are released under the MIT license