RewardAttributeSectionHeader

open class RewardAttributeSectionHeader : UICollectionViewCell

This is the default section header used by the RequiredAttributesRewardCollectionController

  • The heading label of the cell.

    Declaration

    Swift

    @IBOutlet
    public var headingLabel: UILabel!
  • The subheading label of the cell.

    Declaration

    Swift

    @IBOutlet
    public var subheadingLabel: UILabel!
  • Undocumented

    Declaration

    Swift

    override open func awakeFromNib()