I am trying to do a modal view inside the SplitView template.

I can make one, but if you turn the device or just press on the modal view, it dissapears behind everything.

How can I make a full screen modal view ? I have tried every modal style but the modal view will never stick around.

link|improve this question

71% accept rate
Does no one know how to make a modal view that keeps even if you rotate the device ? – Trausti Thor Aug 16 '10 at 13:16
You should post some sample code here to show more details about your problem. Otherwise we cannot help you. How are you displaying the modal view? Starting from what controller? – marzapower Jun 7 '11 at 7:27
feedback

1 Answer

[urmodalviewcontroller setWantsFullScreenLayout:YES];

or

urmodalviewcontroller.wantsFullScreenLayout = YES;
link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.