Question

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

Was it helpful?

Solution

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

OTHER TIPS

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.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top