i have a collection view cell array, where i can add new objects from another screen. what i need to know is how can i delete one of the objects?
currently each cell contains, a uiImage, a label, and a delete button.. but i can't figure out the method to delete in collection view.
There are loads of ways to delete Tableview cells with swipe to delete etc. but i simply can't find the func to delete in collectionView. In Swift.
Any help at all would be greatly appreciated.