UICollectionView - random cells are selected

后端 未结 3 2018
北海茫月
北海茫月 2021-01-23 12:08

I have a Horizontal UICollectionView like the horizontal Calender in iOS. Paging is enabled but not allowsMultipleSelection.

self.allowsMultipleSelection = fals         


        
3条回答
  •  刺人心
    刺人心 (楼主)
    2021-01-23 12:48

    Don't forget that UICollectionView has embedded reusing mechanism, so you should deselect your cells in the method "prepareToReuse" directly inside the cell class.

提交回复
热议问题