RewardDetailViewController
open class RewardDetailViewController : DetailViewController, SelectionButtonDelegate
                Undocumented
- 
                  
                  
Returns a newly initialized reward detail view controller with the specified collection controller.
Declaration
Swift
public convenience init(detailController: DetailController, isRefreshable: Bool = true)Parameters
detailControllerThe detail controller to associate with.
isRefreshableBoolean that tells if the detail view controller is refreshable or not.
Return Value
The initialized reward detail view controller.
 - 
                  
                  
Declaration
Swift
override open func setupDetails() - 
                  
                  
Called when terms check box was tapped.
Declaration
Swift
open func didTap(_ selectionButton: SelectionButton) 
View on GitHub
        RewardDetailViewController Class Reference