RSDMutableInputField

public protocol RSDMutableInputField : AnyObject, RSDInputField

Extend the input field to a mutable type.

  • Extend to allow setting.

    Declaration

    Swift

    var inputPrompt: String? { get set }
  • Extend to allow setting.

    Declaration

    Swift

    var inputPromptDetail: String? { get set }
  • Extend to allow setting.

    Declaration

    Swift

    var placeholder: String? { get set }