SelectionContext
struct SelectionContext
Context when cell is selected.
-
A collection view of the selected cell.
Declaration
Swift
public var collectionView: UICollectionView -
A node corresponding to the selected cell position.
Declaration
Swift
public var node: CellNode -
The index path of the selected cell.
Declaration
Swift
public var indexPath: IndexPath
View on GitHub
SelectionContext Structure Reference