Skip to content

Instantly share code, notes, and snippets.

@groue
Last active March 30, 2016 05:32
Show Gist options
  • Select an option

  • Save groue/248c84b5d90ec49f654ceadcdc6b665f to your computer and use it in GitHub Desktop.

Select an option

Save groue/248c84b5d90ec49f654ceadcdc6b665f to your computer and use it in GitHub Desktop.
override func tableView(tableView: UITableView, commitEditingStyle editingStyle: UITableViewCellEditingStyle, forRowAtIndexPath indexPath: NSIndexPath) {
// Delete the person
let person = personsController.recordAtIndexPath(indexPath)
try! person.delete(dbQueue)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment