UISplitViewControllerDelegate_Extensions.WillChangeDisplayMode 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.
The split view controller svc
will change its display mode to displayMode
.
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 8, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public static void WillChangeDisplayMode (this UIKit.IUISplitViewControllerDelegate This, UIKit.UISplitViewController svc, UIKit.UISplitViewControllerDisplayMode displayMode);
static member WillChangeDisplayMode : UIKit.IUISplitViewControllerDelegate * UIKit.UISplitViewController * UIKit.UISplitViewControllerDisplayMode -> unit
Parameters
The instance on which this extension method operates.
The split view controller whose display mode is changing.
- displayMode
- UISplitViewControllerDisplayMode
TThe new display mode that will be applied.
- Attributes