Skip to content

Latest commit

 

History

History
 
 

CollectionView

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
name description page_type languages products extensions urlFragment
Xamarin.iOS - Collection Views: Using the New Drag-To-Reorder Feature
Collection View (UICollectionView) supports dragging reordering of items out of the box by adding a new default gesture recognizer... (iOS9)
sample
csharp
xamarin
tags
ios9
ios9-collectionview

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

Useful links

LIcense

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