FUIFormCellContentView
@MainActor
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
@MainActor public let title: Text -
Developer formatted
NSAttributedStringto display as the titleDeclaration
Swift
@MainActor public var titleAttributedText: NSAttributedString! { get set } -
The enum for the error type of the character counter.
See moreDeclaration
Swift
public enum CharCountErrorType