FlaneurFormSelectElementCollectionViewCellDelegate
public protocol FlaneurFormSelectElementCollectionViewCellDelegate: AnyObject
Undocumented
-
selectCollectionViewSize()
Default implementationUndocumented
Default Implementation
Undocumented
Declaration
Swift
func selectCollectionViewSize() -> CGSize
-
Undocumented
Declaration
Swift
func nbOfItems() -> Int
-
Undocumented
Declaration
Swift
func cellClass() -> AnyClass?
-
Undocumented
Declaration
Swift
func cellReuseIdentifier() -> String
-
Undocumented
Declaration
Swift
func configure(cell: UICollectionViewCell, forIndex: Int)
-
Undocumented
Declaration
Swift
func allowMultipleSelection() -> Bool
-
Undocumented
Declaration
Swift
func selectElementDidSelectItemAt(index: Int)
-
Undocumented
Declaration
Swift
func selectElementDidDeselectItemAt(index: Int)