UISplitViewControllerDelegate.SupportedInterfaceOrientations 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 supported interface orientations for splitViewController.
[Foundation.Export("splitViewControllerSupportedInterfaceOrientations:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual UIKit.UIInterfaceOrientationMask SupportedInterfaceOrientations(UIKit.UISplitViewController splitViewController);
[<Foundation.Export("splitViewControllerSupportedInterfaceOrientations:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member SupportedInterfaceOrientations : UIKit.UISplitViewController -> UIKit.UIInterfaceOrientationMask
override this.SupportedInterfaceOrientations : UIKit.UISplitViewController -> UIKit.UIInterfaceOrientationMask
Parameters
- splitViewController
- UISplitViewController
The split view controller.
Returns
Implements
- Attributes