UIPopoverPresentationController.PassthroughViews Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Array of UIView objects with which the user can interact even while the popover is visible.
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