Skip to content

UIKitObservableForProperty.Instance property

Defined in

Type: UIKitObservableForProperty Namespace: ReactiveUI.Reactive Assembly: ReactiveUI.Reactive.dll

Applies to

net10.0-ios26.0, net10.0-maccatalyst26.0, net10.0-tvos26.0

public static Lazy<UIKitObservableForProperty> Instance { get; }

View source

Summary: Gets the shared UIKitObservableForProperty instance.

Returns: Lazy

Remarks

        The instance is created lazily. Consumers typically register it with the service locator once
        during application initialization.