UIApplication.SupportedInterfaceOrientationsForWindow(UIWindow) Метод

Определение

Набор ориентаций интерфейса, используемых для контроллеров представления в указанном окне.

[Foundation.Export("supportedInterfaceOrientationsForWindow:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 6, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual UIKit.UIInterfaceOrientationMask SupportedInterfaceOrientationsForWindow (UIKit.UIWindow window);
abstract member SupportedInterfaceOrientationsForWindow : UIKit.UIWindow -> UIKit.UIInterfaceOrientationMask
override this.SupportedInterfaceOrientationsForWindow : UIKit.UIWindow -> UIKit.UIInterfaceOrientationMask

Параметры

window
UIWindow

Окно, из которого будут извлекаться ориентации интерфейса по умолчанию.

Возвращаемое значение

Битовая маска, указывающая, какие ориентации поддерживаются.

Атрибуты

Применяется к