James P. Wright
James P. Wright

Reputation: 9131

iPhone - Multiple TableViews in one View?

How exactly does one implement two separate "tableviews" on one view like in this image: alt text http://www.jamespwright.com/images/public/multitableviews.jpg

Upvotes: 0

Views: 1052

Answers (2)

Morion
Morion

Reputation: 10860

This is just simple tableView with groupedStyle, numbers of sections = 2 and number of rows is sections - 5 and 2.

Upvotes: 4

Sixten Otto
Sixten Otto

Reputation: 14816

It's very, very likely that that is not two table views, but one table in grouped style, with two sections. Please see the Table View Programming Guide and the Human Interface Guide for more.

Upvotes: 1

Related Questions