Skip to content

Instantly share code, notes, and snippets.

@sisoje
Created February 4, 2019 21:32
Show Gist options
  • Save sisoje/32db55e982e340e3e749e9e55031e844 to your computer and use it in GitHub Desktop.
Save sisoje/32db55e982e340e3e749e9e55031e844 to your computer and use it in GitHub Desktop.
extension NSFetchedResultsController {
@objc func entity(at row: Int) -> ResultType {
object(at: IndexPath(item: row, section: 0))
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment