RSDStepTextViewCell

open class RSDStepTextViewCell : RSDTableViewCell

RSDStepTextViewCell is the base implementation of a text view used to enter answers in a form step table view.

  • The text field associated with this cell.

    Declaration

    Swift

    public var textView: RSDStepTextView!
  • The label used to display the prompt for the input field.

    Declaration

    Swift

    open var viewLabel: UILabel!
  • Layout constants. Subclasses can override to customize; otherwise the default private constants are used.

    Declaration

    Swift

    open private(set) var constants: RSDStepTextViewCellLayoutConstants {
      get
      }
  • Create all the view elements. Subclasses can override to provide custom instances.

    Declaration

    Swift

    open func initializeViews()
  • Define the subView properties.

    Declaration

    Swift

    open func setupViews()
  • Declaration

    Swift

    override open var usesTableBackgroundColor: Bool { get }
  • Declaration

    Swift

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