对于我的集合视图,我实现了几乎所有我在didSelectItemAtIndexPath和didDeselectItemAtIndexPath中的选择,取消选择函数。我遇到了以下这个函数,我很想知道是否有一个使用集合视图的突出显示功能的例子。大多数SO答案并没有真正使用这个"突出显示"功能,他们最终指向我didSelectItemAtIndexPath和didDeselectItemAtIndexPath(不知道为什么?)
func highLightCell(collectionView: UICollectionView, indexPath: NSIndexPath, highlight: Bool) {