Difference between revisions of "Swift:Auto Table Row Height"
From Hawk Wiki
(Created page with "<pre class="brush:swift"> //Auto table row height tableView.estimatedRowHeight = 92.0 tableView.rowHeight = UITableViewAutomaticDimension </pre>") |
(No difference)
|
Latest revision as of 04:07, 23 March 2015
//Auto table row height tableView.estimatedRowHeight = 92.0 tableView.rowHeight = UITableViewAutomaticDimension