Skip to content

Instantly share code, notes, and snippets.

@jeantimex
Last active July 19, 2017 19:06
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/2da9f0828db1a495df33b078742305a2 to your computer and use it in GitHub Desktop.
Save jeantimex/2da9f0828db1a495df33b078742305a2 to your computer and use it in GitHub Desktop.
numberOfRowsInSection
override func tableView(tableView: UITableView, numberOfRowsInSection section: Int) -> Int {
return sections[section].collapsed ? 0 : sections[section].items.count
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment