IOS 9 introduces reordering of Collection View Cells. This is enabled by
default, selecting a cell with a long press enables the user to reorder the
cells. All that's needed is to update your data model. In this tutorial we
will display some cells containing alphabet letters, these cells can be
easily reordered. This tutorial is made for iOS 9 with Xcode 7.