Structure

AppStorage

A property wrapper type that reflects a value from UserDefaults and invalidates a view on a change in value in that user default. あるプロパティラッパー型、それはUserDefaultsからのある値を反映します、そしてそのユーザデフォルトの中の値における変更に関してあるビューを無効にします。

Declaration 宣言

@frozen @propertyWrapper struct AppStorage<Value>

Topics 話題

Storing a Value

Storing an Optional Value

Getting the Value 値を取得する

Default Implementations 省略時実装

Relationships 関係

Conforms To 次に準拠

See Also 参照

App State