Skip to content

Instantly share code, notes, and snippets.

@sisoje
Created February 4, 2019 22:30
Show Gist options
  • Save sisoje/ac135b6c744d7b91334bc70f4a970104 to your computer and use it in GitHub Desktop.
Save sisoje/ac135b6c744d7b91334bc70f4a970104 to your computer and use it in GitHub Desktop.
extension FetchedData {
subscript(_ indexPath: IndexPath) -> T {
return controller.object(at: indexPath)
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment