Skip to content

Instantly share code, notes, and snippets.

@dimohamdy
Created April 4, 2019 01:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dimohamdy/a5d69cd1a960d773097e3ea23cd70c9d to your computer and use it in GitHub Desktop.
Save dimohamdy/a5d69cd1a960d773097e3ea23cd70c9d to your computer and use it in GitHub Desktop.
let realm = try! Realm()
let plan = realm.objects(Plan.self)
try! realm.write {
realm.delete(plan)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment