UIFocusSystem.Create(IUIFocusEnvironment) 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.
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