views:

13

answers:

1

Hi,

I know that question has been asked many times (for example : http://stackoverflow.com/questions/3450639/how-to-resize-tttablesubtitleitemcell), but I never found a simple answer to it : is there simple way to set the row height of a TTTableView ? I really need to do this and I can't find any way to achieve it.

Thanks in advance

A: 

Hi Harkonnen,

Try this one:

- (void)loadView {
[super loadView];
self.tableView.rowHeight = 80;}

Hope this help.

White Money