UISplitViewControllerDelegate.EventShowViewController Method
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.
Shows vc in the primary position.
[Foundation.Export("splitViewController:showViewController:sender:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual bool EventShowViewController(UIKit.UISplitViewController splitViewController, UIKit.UIViewController vc, Foundation.NSObject sender);
[<Foundation.Export("splitViewController:showViewController:sender:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member EventShowViewController : UIKit.UISplitViewController * UIKit.UIViewController * Foundation.NSObject -> bool
override this.EventShowViewController : UIKit.UISplitViewController * UIKit.UIViewController * Foundation.NSObject -> bool
Parameters
- splitViewController
- UISplitViewController
Designates the split view controller that has its primary view being updated.
The view controller that is being displayed in the primary position.
- sender
- NSObject
The action making the request.
Returns
Implements
- Attributes