I am trying to prevent the last cell in a collection view from being reordered. Essentially I want an “add item” cell to always be the last cell in the collection.
Any ideas?
Thanks in advance.
Edit: I am using LXReorderableCollectionViewFlowLayout to reorder my cells using the longPress gesture.
I found a very simple way to do it.
The details of how to do so are here.
This tutorial shows how to set up supplementary views (headers or footers) in a UICollectionView. I just added my labels and buttons to my custom supplementary view and voila!