RequiredAttributesCollectionController
open class RequiredAttributesCollectionController: BaseCollectionController<Reward.Class>,
UICollectionViewDelegateFlowLayout
Undocumented
-
The layout for the collection view.
Declaration
Swift
override open var collectionViewLayout: UICollectionViewLayout { get }
-
Undocumented
Declaration
Swift
override open func loadContent()
-
Setup collection view.
Declaration
Swift
override open func setupCollectionView()
-
Register components for the collection view.
Declaration
Swift
override open func registerComponents()
-
Undocumented
Declaration
Swift
override open func collectionView(_ collectionView: UICollectionView, didSelectItemAt indexPath: IndexPath)
-
Undocumented
Declaration
Swift
override open func collectionView(_ collectionView: UICollectionView, viewForSupplementaryElementOfKind kind: String, at indexPath: IndexPath) -> UICollectionReusableView
-
Undocumented
Declaration
Swift
override open func numberOfSections(in collectionView: UICollectionView) -> Int
-
Undocumented
Declaration
Swift
override open func collectionView(_ collectionView: UICollectionView, numberOfItemsInSection section: Int) -> Int
-
Undocumented
Declaration
Swift
override open func collectionView(_ collectionView: UICollectionView, cellForItemAt indexPath: IndexPath) -> UICollectionViewCell