Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save daniloc/8cd286ca90c799df957b98784ead9f21 to your computer and use it in GitHub Desktop.
Save daniloc/8cd286ca90c799df957b98784ead9f21 to your computer and use it in GitHub Desktop.
override func tableView(_ tableView: UITableView, titleForHeaderInSection section: Int) -> String? {
return TableSections(rawValue: section)!.title()
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment