UISplitViewControllerDelegate.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.
Informs the delegate that the display mode for the split view controller is about to change.
[Foundation.Export("splitViewController:willChangeToDisplayMode:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 8, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual void WillChangeDisplayMode (UIKit.UISplitViewController svc, UIKit.UISplitViewControllerDisplayMode displayMode);
abstract member WillChangeDisplayMode : UIKit.UISplitViewController * UIKit.UISplitViewControllerDisplayMode -> unit
override this.WillChangeDisplayMode : UIKit.UISplitViewController * UIKit.UISplitViewControllerDisplayMode -> unit
Parameters
The split view controller whose display mode is changing.
- displayMode
- UISplitViewControllerDisplayMode
TThe new display mode that will be applied.
- Attributes