UIKit.UISplitViewControllerDelegate.EventShowViewController Method
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.

Syntax

[Foundation.Export("splitViewController:showViewController:sender:")]
[ObjCRuntime.Availability(Introduced=ObjCRuntime.Platform.iOS_8_0)]
public virtual bool EventShowViewController (UISplitViewController splitViewController, UIViewController vc, Foundation.NSObject sender)

Parameters

splitViewController
Designates the split view controller that has its primary view being updated.
vc
The view controller that is being displayed in the primary position.
sender
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.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: UIKit
Assembly: Xamarin.iOS (in Xamarin.iOS.dll)
Assembly Versions: 0.0.0.0