ipad dev - in the UISplitViewController template, how is the method setDetailItem called?

Posted by Brian on Stack Overflow See other posts from Stack Overflow or by Brian
Published on 2010-06-01T20:02:48Z Indexed on 2010/06/05 17:02 UTC
Read the original article Hit count: 340

Filed under:
|

I am developing an ipad app which has a UISplitViewController. (I use IB to build the interface, but I do not use the template) Both master and detail (left and right) views are navigationController. The left view subclass UITableView and the right view should push another controller if the cell on the left is selected. I don't know how to make my detail view responds to my master view.

Also, in the template, the detailViewController has a id detailItem and a method setDetailItem. How are these two connected? I cannot see any connection between but setDetailItem is called when detailViewController.detailItem is being called.

Thanks in advance.

© Stack Overflow or respective owner

Related posts about ipad

Related posts about uisplitviewcontroller