UISplitViewControllerDelegate.WillPresentViewController 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.
Indicates that the UISplitViewController is about to be presented.
[Foundation.Export("splitViewController:popoverController:willPresentViewController:")]
[ObjCRuntime.Deprecated(ObjCRuntime.PlatformName.iOS, 8, 0, ObjCRuntime.PlatformArchitecture.All, "Use 'UISearchController' instead.")]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual void WillPresentViewController (UIKit.UISplitViewController svc, UIKit.UIPopoverController pc, UIKit.UIViewController aViewController);
abstract member WillPresentViewController : UIKit.UISplitViewController * UIKit.UIPopoverController * UIKit.UIViewController -> unit
override this.WillPresentViewController : UIKit.UISplitViewController * UIKit.UIPopoverController * UIKit.UIViewController -> unit
Parameters
The split view controller whose display mode is changing.
Specified popover controller.
- aViewController
- UIViewController
Specified view controller.
- Attributes