ios-samples/ios11/DragAndDropCollectionView
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
..
PhotoAlbum Add .editorconfig and fix formatting accordingly. (#471) 2023-02-17 14:55:43 +01:00
Screenshots [ios11] DragAndDrop CollectionView example 2017-09-06 14:02:52 -07:00
Metadata.xml [ios11] DragAndDrop CollectionView example 2017-09-06 14:02:52 -07:00
PhotoAlbum.sln [ios11] DragAndDrop CollectionView example 2017-09-06 14:02:52 -07: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 - Drag and Drop CollectionView Example Demo of the new iOS 11 Drag and Drop feature using UICollectionView & UITableView. Test this app on an iPad - the drag and drop... (iOS11) sample
csharp
xamarin
tags
ios11
ios11-draganddropcollectionview

Drag and Drop CollectionView Example

This sample is a demo of the new iOS 11 Drag and Drop feature using UICollectionView & UITableView.

Test this app on an iPad - the drag and drop functionality does not work on iPhone. Things you can do:

  • Individual photos can be moved within an album, or dragged to a new album (use your other hand to select :)
  • Entire albums can be dragged, moving all the photos inside to the new album
  • Individual photos can be dragged into other apps (eg. Messages)
  • Entire albums can be dragged into other apps (eg. Messages), copying all the photos inside to the other app
  • Albums can be re-ordered using the Edit button and row tabs
  • New images can be dynamically generated with the Start Insertions button

drag and drop example screenshot

License

Xamarin port changes are released under the MIT license