Skip to content

Instantly share code, notes, and snippets.

@LeoAOliveira
Created June 19, 2019 02:06
Show Gist options
  • Save LeoAOliveira/a52befab08353675153762eb696ea9aa to your computer and use it in GitHub Desktop.
Save LeoAOliveira/a52befab08353675153762eb696ea9aa to your computer and use it in GitHub Desktop.
// Retorna a altura das linhas da tabela.
func tableView(_ tableView: UITableView, heightForRowAt indexPath: IndexPath) -> CGFloat {
return 250
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment