Skip to content

Instantly share code, notes, and snippets.

@sisoje
Created February 4, 2019 21:21
Show Gist options
  • Save sisoje/bd8a9a46e998963ea507d44c9438857d to your computer and use it in GitHub Desktop.
Save sisoje/bd8a9a46e998963ea507d44c9438857d to your computer and use it in GitHub Desktop.
extension NSFetchedResultsController {
var sectionCount: Int {
return sections?.count ?? 0
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment