RSDTableSectionHeader

@IBDesignable
open class RSDTableSectionHeader : UITableViewHeaderFooterView, RSDViewDesignable

RSDStepChoiceSectionHeader is the base implementation for a selection table view section header of a form step.

  • The background color for the table section.

    Declaration

    Swift

    open private(set) var backgroundColorTile: RSDColorTile? {
      get
      }
  • The design system for this component.

    Declaration

    Swift

    open private(set) var designSystem: RSDDesignSystem? {
      get
      }
  • Views can be used in nibs and storyboards without setting up a design system for them. This allows for setting up views to use the same design system and background color mapping as their parent view.

    Declaration

    Swift

    open func setDesignSystem(_ designSystem: RSDDesignSystem, with background: RSDColorTile)