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

Invalid bundle error while upload the app to the app Store

store cgpoint in userdefaults iOS swift