FUIBaseDrawingView

open class FUIBaseDrawingView : Drawing, FUIAttributesConsumer, FUIAttributedStringDrawing, PrepareForReuse, FUISkeletonable

Undocumented

  • Describes whether the view’s background color is light (e.g. white, or other light color) or dark (black, dark blue, etc.). If view’s background color is clear, should describe the ‘effective’ background color from backing views. default: .light

    Declaration

    Swift

    open var backgroundColorScheme: FUIBackgroundColorScheme { get set }
  • Use instead of self.traitCollection.horizontalSizeClass, to support multi-tasking mode on iPad correctly

    Declaration

    Swift

    open var isCompact: Bool { get }