Proper two-level iPad UITableView
Posted
by Knodel
on Stack Overflow
See other posts from Stack Overflow
or by Knodel
Published on 2010-04-26T11:59:40Z
Indexed on
2010/04/26
12:03 UTC
Read the original article
Hit count: 247
I have an iPad app with split view. In the root view I need to make a two-level UITableView, so the UIWebView in the DetailView shows corresponding content. What I need is to make a two-level UITableView without editing, moving etc, so it can send the name of the selected row in the second level of the table to the DetailViewController. What is the best way to do it?
Thanks in advance!
© Stack Overflow or respective owner