CollectionView SwipecollectionCell after edit collectionView not resigned

 Solution:

Before you have to call the below method don't reload the cell. 

func hideSwipeCollectionViewCells() {

      print(CollView.indexPathsForSelectedItems)

        for cell in workSpaceCollView.visibleCells {

            if let cell = cell asSwipeCollectionViewCell {

                cell.hideSwipe(animated: false)

            }

        }

    }


Comments

Popular posts from this blog

How to blink a button iOS swift?

Parse the value from string value iOS swift