Added example to readme for cell height.

This commit is contained in:
Mark Rickert
2013-05-07 22:47:16 -04:00
parent be8da5662e
commit 3b37613b95

View File

@@ -744,6 +744,7 @@ def table_data
subtitle: "This is way too huge..see note",
arguments: { data: [ "lots", "of", "data" ] },
action: :tapped_cell_1,
height: 50, # manually changes the cell's height
cell_style: UITableViewCellStyleSubtitle,
cell_identifier: "Cell",
cell_class: ProMotion::TableViewCell,