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.
Queries the delegate to see if it wants to perform the work of displaying a view controller in the primary position of the split view interface.
[Foundation.Export("splitViewController:showViewController:sender:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 8, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual bool EventShowViewController (UIKit.UISplitViewController splitViewController, UIKit.UIViewController vc, Foundation.NSObject sender);
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
Returns true
if the developer handled the presentation of the specified view controller, and false
if they wanted the split view controller to perform that action.
- Attributes