Skip to content

Instantly share code, notes, and snippets.

@stephen-francis
Last active February 28, 2017 13:53
Show Gist options
  • Select an option

  • Save stephen-francis/b323c14aa696c9a1807e0cd50b25f26f to your computer and use it in GitHub Desktop.

Select an option

Save stephen-francis/b323c14aa696c9a1807e0cd50b25f26f to your computer and use it in GitHub Desktop.
var foodStuffs = [Food]() {
didSet {
// because we perform this operation on the main thread, it is safe
OperationQueue.main.addOperation { // this will not crash
self.tableView.reloadData()
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment