Make one @State always reference the same value This is important when views with closures appear after the first render
11 lines
164 B
Markdown
11 lines
164 B
Markdown
**PROTOCOL**
|
|
|
|
# `StateProtocol`
|
|
|
|
An interface for accessing `State` without specifying the generic type.
|
|
|
|
## Properties
|
|
### `content`
|
|
|
|
The class storing the value.
|