brightec / CustomCollectionViewLayout

Custom layout for a collection view using horizontal and vertical scrolling with sticky rows and columns
MIT License
519 stars 123 forks source link

Does anyone see a solution here to make a swipe to delete for an entire row? #26

Open juliusbtesh opened 6 years ago

juliusbtesh commented 6 years ago

I am trying to figure out if its possible to create a swipe to delete method for an entire row using this script.

I understand each row is made up of many cells, would there be a way to hit the collection view layout and make all cells go one way when swiping?