UICollectionView

extension UICollectionView
  • Deselects all items that are selected.

    Declaration

    Swift

    public func deselectAllItems(animated: Bool = true)

    Parameters

    animated

    Whether or not to animate the deselection.