Swift:Auto Table Row Height
From Hawk Wiki
Revision as of 04:07, 23 March 2015 by Hall (Talk | contribs) (Created page with "<pre class="brush:swift"> //Auto table row height tableView.estimatedRowHeight = 92.0 tableView.rowHeight = UITableViewAutomaticDimension </pre>")
//Auto table row height tableView.estimatedRowHeight = 92.0 tableView.rowHeight = UITableViewAutomaticDimension