Share via


UITraitCollection.FromActiveAppearance Method

Definition

[Foundation.Export("traitCollectionWithActiveAppearance:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public static UIKit.UITraitCollection FromActiveAppearance(UIKit.UIUserInterfaceActiveAppearance userInterfaceActiveAppearance);
[<Foundation.Export("traitCollectionWithActiveAppearance:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
static member FromActiveAppearance : UIKit.UIUserInterfaceActiveAppearance -> UIKit.UITraitCollection

Parameters

userInterfaceActiveAppearance
UIUserInterfaceActiveAppearance

Returns

Attributes

Applies to