Skip to content

Instantly share code, notes, and snippets.

@AppleCEO
Last active October 1, 2021 09:44
Show Gist options
  • Save AppleCEO/febd4724c0881b4364d6592e12d76d2c to your computer and use it in GitHub Desktop.
Save AppleCEO/febd4724c0881b4364d6592e12d76d2c to your computer and use it in GitHub Desktop.
func tableView(_ tableView: UITableView, titleForHeaderInSection section: Int) -> String? {
switch section {
case 0:
return "프리미엄"
case 1:
return "슈퍼배민"
case 2:
return "일반"
default:
return nil
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment