FUIInlineValidationDrawingTableViewCell

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.

  • An overlay that will be added to backgroundView when the cell’s state is set to .disable.

    Declaration

    Swift

    open var disabledBackgroundView: UIView? { get set }