FUIInlineValidationDrawingTableViewCell

@MainActor
open class FUIInlineValidationDrawingTableViewCell<InnerView> : FUIBaseDrawingTableViewCell<InnerView>, InnerViewContainerEventHandling, FUIInlineValidation where InnerView : FUIBaseFixedMarginsView, InnerView : FUIBackgroundSchemeSupporting, InnerView : FUICalculateLayout, InnerView : FUIStyleByStringAttributes

The base class for an Inline Validation form table view cell.

  • If showsAINotice is true, it will show the Ai Notice view.

    The default is false.

    Declaration

    Swift

    @MainActor
    public var showsAINotice: Bool { get set }
  • An overlay that will be added to backgroundView when the cell’s state is set to .disable.

    Declaration

    Swift

    @MainActor
    open var disabledBackgroundView: UIView? { get set }