iPhone 5 (4") bottom toolbar not responding

David picture David · Sep 13, 2012 · Viewed 7.3k times · Source

I'm trying to modify an app to work with the new iPhone 5, 4" screen. I've added the new launch image, "[email protected]". After that everything seemed good. Middle portion of my views is resizing ok.

However I've noticed that in a view where I have a bottom toolbar, the buttons on the toolbar are unresponsive. It looks ok, but tapping buttons does nothing. Same code run in simulator with 3.5" screen works fine.

Any ideas?

This view is within a navigation controller. It consists of a table view and toolbar. The tableview is set to resize height.

Answer

Min Tsai picture Min Tsai · Sep 14, 2012

I had the same problem and noticed that my window.frame.size.height was still 480.0.

Solved this problem by enabling Full Screen at Launch for the MainWindow.xib file:

Steps:

  1. Open MainWindow.xib
  2. Select the Window element
  3. Open the Attributes Inspector
  4. Under Window section, enable Full Screen at Launch