david-swift 3a1ca63ef2 Check bindings before updating
Updating if there's no change could lead to an infinite loop in rare cases
2024-02-14 16:23:57 +01:00

561 B

STRUCT

Freeze

State whether to update the child views or not.

Properties

freeze

Whether not to update the child view.

content

The wrapped view.

Methods

container(modifiers:)

Get the content's container.

  • Parameter modifiers: Modify views before being updated.
  • Returns: The content's container.

update(_:modifiers:updateProperties:)

Update the content.

  • Parameters:
    • storage: The content's storage.
    • modifiers: Modify views before being updated.
    • updateProperties: Whether to update properties.