Hi,
I am looking at getting a similar layout to the Contact's Info page on the iPhone (Phone->Contacts->Joe Smith->.)
I know setting UITableView's style to UITableViewStyleGrouped achieves the rounded table look seen with the phone numbers, email, and address. So my thought is to use a UITableView with multiple sections, for say numbers, email, and the address.
When initializing the UITableView you can set rowHeight to whatever height for all rows in the table. That's fine and dandy for phone numbers and email as they are the same height and can use same height rows. But the address section is one tall row (street, city, state, etc.).
How do you set just one section's rowHeight to a larger value?
I am looking at getting a similar layout to the Contact's Info page on the iPhone (Phone->Contacts->Joe Smith->.)
I know setting UITableView's style to UITableViewStyleGrouped achieves the rounded table look seen with the phone numbers, email, and address. So my thought is to use a UITableView with multiple sections, for say numbers, email, and the address.
When initializing the UITableView you can set rowHeight to whatever height for all rows in the table. That's fine and dandy for phone numbers and email as they are the same height and can use same height rows. But the address section is one tall row (street, city, state, etc.).
How do you set just one section's rowHeight to a larger value?