UISplitViewController change master and details view form details view?

You can change the views managed by UISplitViewController using the viewControllers property.

Up vote 0 down vote favorite share g+ share fb share tw.

I have implemented UISSplitViewController with a master and detail view as per the documentation. I would like to select an item from the tableview (didSelectRowAtIndexPath) in the current details view, then switch the master view (rootviewController ) with the current detail view and switch in a new detail view. Is this possible?

Ipad uisplitviewcontroller link|improve this question asked Apr 13 '10 at 16:36chris111.

You can change the views managed by UISplitViewController using the viewControllers property. The official docs are here. developer.apple.com/iphone/library/docum... viewControllers returns an array of views.

The zero-index element should be the left view, the one-index element should be the right view.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions