diff --git a/README.md b/README.md index 770279d..4f79383 100644 --- a/README.md +++ b/README.md @@ -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,