Skip to content

Instantly share code, notes, and snippets.

@Mioke
Forked from onevcat/self-sizing-cell.swift
Created April 15, 2016 02:57
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 Mioke/ec71bfd87876460fef6a4e6a454dd228 to your computer and use it in GitHub Desktop.
Save Mioke/ec71bfd87876460fef6a4e6a454dd228 to your computer and use it in GitHub Desktop.
Self-sizing cell with auto layout
tableView.rowHeight = UITableViewAutomaticDimension
tableView.estimatedRowHeight = 100
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment