forked from aparoksha/adwaita-swift
Make one @State always reference the same value This is important when views with closures appear after the first render
17 lines
202 B
Markdown
17 lines
202 B
Markdown
**CLASS**
|
|
|
|
# `State.Content`
|
|
|
|
A class storing the state's content.
|
|
|
|
## Properties
|
|
### `storage`
|
|
|
|
The storage.
|
|
|
|
## Methods
|
|
### `init(storage:)`
|
|
|
|
Initialize the content.
|
|
- Parameter storage: The storage.
|