UISplitViewControllerDelegate.GetTargetDisplayModeForAction 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.
Requests that the delegate provide the display mode to apply when a split view controller action occurs.
[Foundation.Export("targetDisplayModeForActionInSplitViewController:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 8, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual UIKit.UISplitViewControllerDisplayMode GetTargetDisplayModeForAction (UIKit.UISplitViewController svc);
abstract member GetTargetDisplayModeForAction : UIKit.UISplitViewController -> UIKit.UISplitViewControllerDisplayMode
override this.GetTargetDisplayModeForAction : UIKit.UISplitViewController -> UIKit.UISplitViewControllerDisplayMode
Parameters
Split view controller whose action might be triggered.
Returns
Returns the display mode to be applied to the split view controller when the user performs specific actions.
- Attributes