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>")

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
//Auto table row height
 tableView.estimatedRowHeight = 92.0
 tableView.rowHeight = UITableViewAutomaticDimension