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

    detailController

    The detail controller to associate with.

    isRefreshable

    Boolean 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)