I have a view that is modal presented. This view presents another modal view. When the view is dismissed the initial view (the first modal view) changes it's frame.. So a toolbar I have on this view slides up under the status bar... how can this be fixed?
2012-12-11 14:53:49.976 app[11225:907] toolbar frame: {{0, 0}, {320, 44}}
2012-12-11 14:53:49.979 app[11225:907] view frame: {{0, 20}, {320, 460}}
2012-12-11 14:54:07.496 app[11225:907] toolbar frame: {{0, 0}, {320, 44}}// here the second modal view is dismissed
2012-12-11 14:54:07.498 app[11225:907] view frame: {{0, 0}, {320, 480}}
The app does not use full-screen ...