Skip to content

Instantly share code, notes, and snippets.

@amirhanov
Created May 17, 2019 07:50
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 amirhanov/00afa881568273c4335945f4e3343585 to your computer and use it in GitHub Desktop.
Save amirhanov/00afa881568273c4335945f4e3343585 to your computer and use it in GitHub Desktop.
Как задать высоту для секции в TableView.
override func tableView(_ tableView: UITableView, heightForHeaderInSection section: Int) -> CGFloat {
return 60
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment