Skip to content

Instantly share code, notes, and snippets.

@amirhanov
Created May 15, 2019 08:14
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/a98d30f7efc958361652e7ded281c8a4 to your computer and use it in GitHub Desktop.
Save amirhanov/a98d30f7efc958361652e7ded281c8a4 to your computer and use it in GitHub Desktop.
Как задать высоту для ячейки в TableView.
override func tableView(_ tableView: UITableView, heightForRowAt indexPath: IndexPath) -> CGFloat {
return 50.0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment