Skip to content

Instantly share code, notes, and snippets.

@piyush23dez
Last active December 1, 2018 19:17
Show Gist options
  • Save piyush23dez/0fc94707a1752b80e817324fdb7101ba to your computer and use it in GitHub Desktop.
Save piyush23dez/0fc94707a1752b80e817324fdb7101ba to your computer and use it in GitHub Desktop.
let mark = Person()
mark.observe(\Person.name, options: .new) { person, change in
print("I'm now called \(person.name)")
}
mark.name = "Mark Zukerberg"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment