UIViewElementContext
public struct UIViewElementContext
Context object passed into updateUIView
.
-
This bool indicates whether the view being updated is the static measuring instance. You may not want to perform certain updates if it is (such as updating field trigger references).
Declaration
Swift
public var isMeasuring: Bool
-
The environment the element is rendered in.
Declaration
Swift
public var environment: Environment