Skip to content

Instantly share code, notes, and snippets.

@nakaji-dayo
Created December 1, 2014 19:03
Show Gist options
  • Save nakaji-dayo/53cc47c7f76be16bdcc1 to your computer and use it in GitHub Desktop.
Save nakaji-dayo/53cc47c7f76be16bdcc1 to your computer and use it in GitHub Desktop.
func tableView(tableView: UITableView, heightForRowAtIndexPath indexPath: NSIndexPath) -> CGFloat {
return UITableViewAutomaticDimension
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment