iPad Splitview template and modal views -
I am trying to make a model view inside the Split View template.
I can make one, but if you turn on the device or just press on the modal view, then it disappears behind everything.
How do I create a full screen model view? I have tried every modal style but the model view will never stick.
[urmodalviewcontroller setWantsFullScreenLayout: yes];
or
urmodalviewcontroller.wantsFullScreenLayout = Yes;
Comments
Post a Comment