Share via


UIPopoverController.SetContentViewController Method

Definition

[Foundation.Export("setContentViewController:animated:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void SetContentViewController(UIKit.UIViewController viewController, bool animated);
[<Foundation.Export("setContentViewController:animated:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member SetContentViewController : UIKit.UIViewController * bool -> unit
override this.SetContentViewController : UIKit.UIViewController * bool -> unit

Parameters

viewController
UIViewController
animated
Boolean
Attributes

Applies to