CombinationRewardViewController

open class CombinationRewardViewController : NibViewController, CombinationRewardDelegate

Undocumented

  • The redeem in store button.

    Declaration

    Swift

    @IBOutlet
    public var actionButton: UIButton!
  • The detail image view.

    Declaration

    Swift

    @IBOutlet
    public var imageView: UIImageView!
  • The label for points needed for redemption.

    Declaration

    Swift

    @IBOutlet
    public var pointsLabel: UILabel!
  • The container for the collection view.

    Declaration

    Swift

    @IBOutlet
    public var collectionViewContainer: UIView!

Initializers

  • Initializer assigning the reward object

    Declaration

    Swift

    public convenience init(with reward: Reward, awardId: Int? = nil)

Setup