TableView as DetailView's subview with a UISplitViewController?

Posted by Gerry on Stack Overflow See other posts from Stack Overflow or by Gerry
Published on 2010-05-21T00:16:21Z Indexed on 2010/05/21 0:20 UTC
Read the original article Hit count: 571

I have a UISplitViewController, I used the iPad template to start. To change the type of view in the detailview area, I'm adding my view types as subviews to the DetailViewController's view. This works for UIViewController derived views, but not for UITableViewController view types?. Why would this be?

My problem is rooted in the fact that the manufactured DetailView is the UISplitViewController's delegate. To get the correct popover behaviour, I'd like to keep it add buttons to its toolbar and then based on user selection open different details when master list selections are made.

Thanks,

© Stack Overflow or respective owner

Related posts about ipad

Related posts about uisplitviewcontroller