Note that there are some explanatory texts on larger screens.

plurals
  1. POWhen Dismissing a Modal View Controller the underlying UIScrollView resizes to fullscreen
    primarykey
    data
    text
    <p>I have a layout with a custom status bar on top [below Apple's status bar], then a <code>UIScrollview</code> that paginates left to right in the middle section, and then I have a <code>UIView</code> with some custom buttons on the bottom. So a simple three-paned layout, and it works great. However, the three custom buttons on the lower view bring up a <code>ModalViewController</code>, and when that is dismissed, it resizes the middle <code>UIScrollView</code> to full-screen, and brings it to the front, covering the other two views that I have.</p> <p>There are several others who have noted this behavior, but it seems that the only answers they are given is to re-resize the <code>UIScrollView</code> back to the original coordinates. This will work, of course, but it seems like a hack to me, and I would like ot know what is really going on behind the scenes here, and how to rectify the issue correctly.</p> <p>Other SO links with the same apparent issue:</p> <ul> <li><a href="https://stackoverflow.com/questions/7168682/dismiss-modal-view-changes-underlying-uiscrollview">Dismiss modal view changes underlying UIScrollView</a></li> <li><a href="https://stackoverflow.com/questions/5747566/dismissing-modal-view-controller-causing-layout-problems">Dismissing Modal View Controller causing layout problems</a></li> <li><a href="https://stackoverflow.com/questions/6554768/weird-behavior-on-dismissing-modal-view-controller">Weird Behavior on dismissing Modal View Controller</a></li> </ul> <p>Still others have noted that the behavior only affects 3.0 and up, so I am not sure if this is a "feature," and I am just not understanding what the behavior is supposed to be doing, or what. If anyone can shed some light on this, I would be grateful.</p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload