Beginning Collection Views - Part 10: Section 1: | Ray Wenderlich

Take some time to clean up the user interface for your collection view for a more polished experience.


This is a companion discussion topic for the original entry at https://www.raywenderlich.com/4448-beginning-collection-views/lessons/10

Hi, catie,
If you select items in editing mode and click next Done-button instead of Delete-button
the selection state of items will be active.
Then if you go into the editing mode next time, you will find out that all the items are not selected, but selecting any item, click the Delete button and together with this item another one will be deleted.
How can I solve this problem more naturally instead of forcibly calling DeselectItem for each index?

Could you please help me?

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