MultiSelectCollectionViewController
final public class MultiSelectCollectionViewController<Item: MultiSelectable>: UICollectionViewController
Undocumented
-
Undocumented
Declaration
Swift
public var items: [Item] = [] -
Undocumented
Declaration
Swift
public init(collectionViewLayout: UICollectionViewLayout, items: [Item], cellDescriptor: @escaping (Item) -> CollectionViewCellDescriptor) -
Undocumented
Declaration
Swift
required public init?(coder aDecoder: NSCoder)
-
Undocumented
Declaration
Swift
override public func numberOfSections(in collectionView: UICollectionView) -> Int -
Undocumented
Declaration
Swift
override public func collectionView(_ collectionView: UICollectionView, numberOfItemsInSection section: Int) -> Int -
Undocumented
Declaration
Swift
override public func collectionView(_ collectionView: UICollectionView, cellForItemAt indexPath: IndexPath) -> UICollectionViewCell -
Undocumented
Declaration
Swift
override public func collectionView(_ collectionView: UICollectionView, didSelectItemAt indexPath: IndexPath) -
Undocumented
Declaration
Swift
override public func collectionView(_ collectionView: UICollectionView, didDeselectItemAt indexPath: IndexPath)
View on GitHub
MultiSelectCollectionViewController Class Reference