Skip to content

Instantly share code, notes, and snippets.

@KaneCheshire
Last active May 31, 2018 15:21
Show Gist options
  • Save KaneCheshire/92771fd3819677fae2c61e3750d6a0d0 to your computer and use it in GitHub Desktop.
Save KaneCheshire/92771fd3819677fae2c61e3750d6a0d0 to your computer and use it in GitHub Desktop.
let settings = Settings()
var value: Bool = settings[keyPath: \Settings.prefersFahrenheit]
settings[keyPath: \Settings.prefersFahrenheit] = true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment