Skip to content

Instantly share code, notes, and snippets.

@takuoka
Last active December 16, 2015 09:34
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 takuoka/39b312a3a895ac6d8b02 to your computer and use it in GitHub Desktop.
Save takuoka/39b312a3a895ac6d8b02 to your computer and use it in GitHub Desktop.
[iOS8~]セルの高さ可変UITableView(コードベース) ref: http://qiita.com/taku_oka/items/c3f9281c4a0c56218c2e
tableView.estimatedRowHeight = 464//だいたいの高さの見積もり?
tableView.rowHeight = UITableViewAutomaticDimension
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment