Share via


UIPopoverController.SetPopoverContentSize(CGSize, Boolean) Method

Definition

[Foundation.Export("setPopoverContentSize:animated:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void SetPopoverContentSize(CoreGraphics.CGSize size, bool animated);
[<Foundation.Export("setPopoverContentSize:animated:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member SetPopoverContentSize : CoreGraphics.CGSize * bool -> unit
override this.SetPopoverContentSize : CoreGraphics.CGSize * bool -> unit

Parameters

size
CGSize
animated
Boolean
Attributes

Applies to