canOverlapSourceViewRect
A Boolean value indicating whether the popover can overlap its view rectangle.
Declaration
var canOverlapSourceViewRect: Bool { get set }Discussion
Setting this property to true allows the popover to overlap the rectangle in the sourceRect property when space is constrained. The default value of this property is false, which prevents the popover from overlapping the source rectangle.