Last active
December 16, 2015 09:34
-
-
Save takuoka/39b312a3a895ac6d8b02 to your computer and use it in GitHub Desktop.
[iOS8~]セルの高さ可変UITableView(コードベース) ref: http://qiita.com/taku_oka/items/c3f9281c4a0c56218c2e
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
tableView.estimatedRowHeight = 464//だいたいの高さの見積もり? | |
tableView.rowHeight = UITableViewAutomaticDimension |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment