Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save rockname/e709208f2ae9e25231ff4a77fca69d37 to your computer and use it in GitHub Desktop.

Select an option

Save rockname/e709208f2ae9e25231ff4a77fca69d37 to your computer and use it in GitHub Desktop.
final func tableView(_ tableView: UITableView, numberOfRowsInSection section: Int) -> Int {
return self.sections[section].rows.count
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment