david-swift 1c50b3b923 Make lists dynamic
Make one @State always reference the same value
This is important when views with closures appear after the first render
2024-01-01 16:08:17 +01:00

202 B

CLASS

State.Content

A class storing the state's content.

Properties

storage

The storage.

Methods

init(storage:)

Initialize the content.

  • Parameter storage: The storage.