Note that there are some explanatory texts on larger screens.

plurals
  1. USMark
    primarykey
    data
    text
    plurals
    1. This table or related slice is empty.
    1. COPersonally, I suspect a bug in iOS 7. There does seem to be a lot of AutoLayout issues associated UIScrollView. At any rate for the time being, I modified my code where I'm popping the view controller to see if it's popping back to the home screen. If so, then I clear the navigation controller stack and force it to go to the home screen as if somebody had pressed the home icon in the toolbar. Very hacky, but I'd rather keep the benefits of AutoLayout, which works great for this screen except for the single use case that I'm having problems with. Thx for you suggestion though.
      singulars
    2. COI really don't think AutoLayout is the issue. When I was originally writing the code, it was a problem, but after adding code to reset the 2 AutoLayout constraints in webViewDidFinishLoading that solved any AutoLayout-related issues when I first created the home screen. Your suggestion seems to be all too common with iOS 7 issues and I honestly don't believe it's really the solution. There has to be an underlying difference in the life cycle between iOS 6 & 7 to be causing an issue like this. I'd rather find out a real solution as opposed to a hacky one.
      singulars
    3. COThank you so much. Your info was right on the money. I only had to do a few simple changes in WebRole.Start and it's working just like I wanted it to. :)
      singulars
 

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