-
Undocumented
Declaration
Swift
public weak var invalidationDelegate: RootViewRedrawInvalidationDelegate? -
Undocumented
Declaration
Swift
public var rootControlSystem: ControlSystemType? -
If
true, this root view ignoreshitTestControlandMouseEventRequestthat land directly onself.Behavior is normal for subviews of
selfin either case.Declaration
Swift
public var passthroughMouseCapture: Bool -
Declaration
Swift
open override var location: UIPoint { get set } -
Declaration
Swift
public override var controlSystem: ControlSystemType? { get } -
Declaration
Swift
public override func setNeedsLayout() -
Returns
trueiff this root view has no layout constraints attaching it to a view in a parent hierarchy.Declaration
Swift
open override func hasIndependentInternalLayout() -> Bool -
Declaration
Swift
open override func performInternalLayout() -
Declaration
Swift
open override func canHandle(_ eventRequest: EventRequest) -> Bool -
Declaration
Swift
open override func hitTestControl(_ point: UIVector, enabledOnly: Bool = true) -> ControlView?