Skip to content

Instantly share code, notes, and snippets.

@jeantimex
Last active July 19, 2017 19:06
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 jeantimex/3f5eaa90b87dddf894ada923a6e844cc to your computer and use it in GitHub Desktop.
Save jeantimex/3f5eaa90b87dddf894ada923a6e844cc to your computer and use it in GitHub Desktop.
heightForRowAtIndexPath
override func tableView(tableView: UITableView, heightForRowAtIndexPath indexPath: NSIndexPath) -> CGFloat {
return sections[(indexPath as NSIndexPath).section].collapsed ? 0 : UITableViewAutomaticDimension
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment