//key-value 저장 UserDefaults.standard.set(value, forKey: "key") //key로 value값 찾기 UserDefaults.standard.string(forKey: "key")
value
.string