Xamarin.iOS - Collection Views: Using the New Drag-To-Reorder Feature

In iOS 9, the Collection View (UICollectionView) supports dragging reordering of items out of the box by adding a new default gesture recognizer and several new supporting methods.

Using these new methods, you can easily implement drag to reorder in your Collection View and have the option of customizing the items appearance during any stage of the reordering process.

This sample demonstrates using the new drag-to-reorder feature in a Xamarin.iOS app.

Collection Views: Using the New Drag-To-Reorder Feature application screenshot

Build Requirements

Building this sample requires Xcode 7.0, iOS 9.0 SDK

Runtime Requirements

This sample can be launched on iPhoneSimulator/iPadSimulator iPhone/iPad

LIcense

Copyright (c) 2015 Wojciech Ɓukaszuk. Under The MIT License (MIT).