iPad Split View Controller - Master View and Detial View contain TableViews

Posted by vman9999 on Stack Overflow See other posts from Stack Overflow or by vman9999
Published on 2010-05-21T05:19:25Z Indexed on 2010/05/21 5:20 UTC
Read the original article Hit count: 1328

Filed under:

Hi,

I've managed to read some values into a table view and display them in the Master View of a SplitViewController.

What I would like to do is to tap on a row of the Master View and display the details on the detailViewController but in a TableView.

When I tap on the row in the MasterView table, I can't seem to get the detail to populate the detailview TableView.

Any suggestions?

Thanks in advance.

© Stack Overflow or respective owner

Related posts about ipad-splitview