Note that there are some explanatory texts on larger screens.

plurals
  1. POiphone 5 simulator - Cannot click on bottom of screen?
    primarykey
    data
    text
    <p>I'm trying to update an app to add support for the iPhone 5. Based on other threads I have seen, I have added the <code>Default-568h@2x.png</code> as specified and I have added some new background images to the app that are sized appropriately. The problem is that the bottom portion of my app does not seem to be responding to touch (I have a page control and an info button).</p> <p>Additionally, when switching screens (using the following code):</p> <pre><code>[self presentModalViewController:tableNavController animated:YES]; </code></pre> <p>The bottom of the screen blacks out. This black section is basically exactly where I am unable to touch. Screenshot of this issue is below:</p> <p><img src="https://i.stack.imgur.com/EArMg.png" alt="Screenshot with Black bar"></p> <p>Any ideas on why this would be happening? Why I cannot access this bottom section? Note if I run the regular iPhone 4S or iPad simulator this does not happen. I can access the entire section of the screen.</p> <p>Edit: Could it be a simulator problem? I do not have a physical iPhone 5 yet, so I am unable to test it on a real device.</p> <p>Edit2: I have tried both enabling and disabling <code>Auto-Layout</code> on both the views and the applications main window. If I add the following log statement to viewDidLoad:</p> <pre><code>NSLog(@"Window is: %0.0fx%0.0f", window.frame.size.width, window.frame.size.height); NSLog(@"View is: %0.0fx%0.0f", viewController.view.frame.size.width, viewController.view.frame.size.height); </code></pre> <p>I receive <code>Window is: 320x480. View is: 320x548</code>. So it looks like it may be a problem with my window. I will continue to investigate.</p>
    singulars
    1. This table or related slice is empty.
    plurals
    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