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.
Returns the display mode for the svc action.
[Foundation.Export("targetDisplayModeForActionInSplitViewController:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual UIKit.UISplitViewControllerDisplayMode GetTargetDisplayModeForAction(UIKit.UISplitViewController svc);
[<Foundation.Export("targetDisplayModeForActionInSplitViewController:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member GetTargetDisplayModeForAction : UIKit.UISplitViewController -> UIKit.UISplitViewControllerDisplayMode
override this.GetTargetDisplayModeForAction : UIKit.UISplitViewController -> UIKit.UISplitViewControllerDisplayMode
Parameters
Split view controller whose action might be triggered.
Returns
Implements
- Attributes