UIPopoverController.PassthroughViews Property

Definition

This is a list of views that may handle taps outside of the popover controller.

public virtual UIKit.UIView[] PassthroughViews { [Foundation.Export("passthroughViews", ObjCRuntime.ArgumentSemantic.Copy)] get; [Foundation.Export("setPassthroughViews:", ObjCRuntime.ArgumentSemantic.Copy)] set; }
member this.PassthroughViews : UIKit.UIView[] with get, set

Property Value

UIView[]
Attributes

Applies to