Skip to content

Instantly share code, notes, and snippets.

@StanislavK
Created February 12, 2018 20:40
Show Gist options
  • Select an option

  • Save StanislavK/0528535a0b6761a438f0d6008c88ea89 to your computer and use it in GitHub Desktop.

Select an option

Save StanislavK/0528535a0b6761a438f0d6008c88ea89 to your computer and use it in GitHub Desktop.
public extension UITableView {
public func setAutomaticRowHeight() {
estimatedRowHeight = UITableViewAutomaticDimension
rowHeight = UITableViewAutomaticDimension
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment