Skip to main content

User Preferences 使い方

使い方

  • @AppStorage(String) メンバ変数にこれを指定するだけ

swift
struct ContentView: View {
@AppStorage("property1") var property1: Double = 0
...
}

iCloud の場合は Key-Value Storage (NSUbiquitousKeyValueStore) を使う