Skip to content

Instantly share code, notes, and snippets.

@jeantimex
Created October 2, 2016 02:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jeantimex/962f79d831a37f0dfb8a9fc429262db4 to your computer and use it in GitHub Desktop.
Save jeantimex/962f79d831a37f0dfb8a9fc429262db4 to your computer and use it in GitHub Desktop.
numberOfSectionsInTableView
override func numberOfSectionsInTableView(tableView: UITableView) -> Int {
return sections.count
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment