UISplitViewControllerDelegate.GetPreferredInterfaceOrientationForPresentation 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 preferred user interface orientation to use when presenting splitViewController.
[Foundation.Export("splitViewControllerPreferredInterfaceOrientationForPresentation:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual UIKit.UIInterfaceOrientation GetPreferredInterfaceOrientationForPresentation(UIKit.UISplitViewController splitViewController);
[<Foundation.Export("splitViewControllerPreferredInterfaceOrientationForPresentation:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member GetPreferredInterfaceOrientationForPresentation : UIKit.UISplitViewController -> UIKit.UIInterfaceOrientation
override this.GetPreferredInterfaceOrientationForPresentation : UIKit.UISplitViewController -> UIKit.UIInterfaceOrientation
Parameters
- splitViewController
- UISplitViewController
Designates the split view controller that will be presented onscreen.
Returns
Implements
- Attributes