CombinationRewardCollectionController
open class CombinationRewardCollectionController : BaseCollectionController<Reward.Attribute>
                Undocumented
- 
                  
                  
Delegate to relay the new combination to the View Controller
Declaration
Swift
open weak var delegate: CombinationRewardDelegate? - 
                  
                  
The layout for the collection view.
Declaration
Swift
override open var collectionViewLayout: UICollectionViewLayout { get } - 
                  
                  
Undocumented
Declaration
Swift
override open func loadContent() - 
                  
                  
Declaration
Swift
override open func registerComponents() - 
                  
                  
Undocumented
Declaration
Swift
override open func collectionView(_ collectionView: UICollectionView, didSelectItemAt indexPath: IndexPath) - 
                  
                  
Undocumented
Declaration
Swift
override open func numberOfSections(in collectionView: UICollectionView) -> Int - 
                  
                  
Undocumented
Declaration
Swift
override open func collectionView(_ collectionView: UICollectionView, viewForSupplementaryElementOfKind kind: String, at indexPath: IndexPath) -> UICollectionReusableView - 
                  
                  
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 
View on GitHub
        CombinationRewardCollectionController Class Reference