UISplitViewControllerDelegate.WillHideViewController 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 hidden.
[Foundation.Export("splitViewController:willHideViewController:withBarButtonItem:forPopoverController:")]
[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 WillHideViewController (UIKit.UISplitViewController svc, UIKit.UIViewController aViewController, UIKit.UIBarButtonItem barButtonItem, UIKit.UIPopoverController pc);
abstract member WillHideViewController : UIKit.UISplitViewController * UIKit.UIViewController * UIKit.UIBarButtonItem * UIKit.UIPopoverController -> unit
override this.WillHideViewController : UIKit.UISplitViewController * UIKit.UIViewController * UIKit.UIBarButtonItem * UIKit.UIPopoverController -> unit
Parameters
The split view controller whose display mode is changing.
- aViewController
- UIViewController
Specified view controller.
- barButtonItem
- UIBarButtonItem
An enumeration of the predefined UIBarButtonItems.
Specified popover controller.
- Attributes