UISplitViewController - presenting modal view controller over the detailed view controller in landscape problem?

Show the modal view over your SplitViewController, not over the detail.

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

When I try to show some view in modal mode over the detailed view of the UISPlitViewController in landscape mode by this code: UIViewController *controller = .... controller. ModalPresentationStyle = UIModalPresentationPageSheet; self. DetailedViewController presentModalViewController:controller animated:YES; ...after dismissing it, detailed view is moved to the left and hides behind master view controller.

It looks like origin of the detailed view shifts to the origin of the master view (menu in my case)? Why is it happening? Ipad modal uisplitviewcontroller link|improve this question asked Jan 22 '11 at 15:14Lukasz613423 67% accept rate.

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