FUIPlaceholderView

public class FUIPlaceholderView : FUIDrawingView, FUIPlaceholderComponent

Placeholder view component of FUIPlaceholderImageView.

Typically not used directly by developer.

Theming

Supported class paths:

fdlFUIPlaceholderView_placeholder {}

Supported properties:

font-color: Color; font-style: UIFontTextStyle; text-line-clamp: Integer; text-align: NSTextAlignment;

  • FUIText intended to show a placeholder. Placeholder should be two characters.

    Declaration

    Swift

    public var placeholder: FUIText
  • If the backgroundColor is set, will need to refresh this component.

    Declaration

    Swift

    public override var backgroundColor: UIColor? { get set }