Reproducing Popular iOS Controls - Part 14: | Ray Wenderlich Videos

This video will teach you how to set up gestures and animations in a scalable way.


This is a companion discussion topic for the original entry at https://www.raywenderlich.com/5298-reproducing-popular-ios-controls/lessons/14

Would there be a way to update the UICollectionView once an item has been deleted other than reloadData, which reloads the entire collection view ?

@leamars Can you please help with this when you get a chance? Thank you - much appreciated! :]

You can reload specific rows with this method: Apple Developer Documentation

But that can get pretty tricky to manage!