FUIFormCellContentView

open class FUIFormCellContentView<ValueView, T, Text> : FUITintableDrawingView<T> where ValueView : UIView, ValueView : Initializable, T : Defaultable, T : Enableable, T : Hashable, Text : FUITextProtocol, Text : Initializable

The content view of a form cell.

  • The title text of the cell.

    Declaration

    Swift

    public let title: Text
  • Developer formatted NSAttributedString to display as the title

    Declaration

    Swift

    public var titleAttributedText: NSAttributedString! { get set }
  • The enum for the error type of the character counter.

    See more

    Declaration

    Swift

    public enum CharCountErrorType