UISplitViewControllerDelegate_Extensions.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.
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 8, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public static bool EventShowViewController (this UIKit.IUISplitViewControllerDelegate This, UIKit.UISplitViewController splitViewController, UIKit.UIViewController vc, Foundation.NSObject sender);
static member EventShowViewController : UIKit.IUISplitViewControllerDelegate * UIKit.UISplitViewController * UIKit.UIViewController * Foundation.NSObject -> bool
Parameters
The instance on which this extension method operates.
- 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
- Attributes