UIFocusSystem.Create(IUIFocusEnvironment) Method

Definition

Creates and returns a new focus system for the provided focus environment.

[Foundation.Export("focusSystemForEnvironment:")]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.TvOS, 12, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 12, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public static UIKit.UIFocusSystem Create (UIKit.IUIFocusEnvironment environment);
static member Create : UIKit.IUIFocusEnvironment -> UIKit.UIFocusSystem

Parameters

environment
IUIFocusEnvironment

The focus environment for which to create a new focus system.

Returns

A new focus system for the provided focus environment.

Attributes

Applies to