UIToolbar slides under status bar
问题 I have a modal view that has a UIToolbar at the top . In this view I present another modal view. The problem is that when the second view is dismissing the UIToolbar of the first modal view seems to slide under the app status bar, this does not happen when the firs modal view is presented, only when the second one is dismissed. Any idea how to fix this? The view frame changes when the view is redisplayed 2012-12-11 14:53:49.976 app[11225:907] toolbar frame: {{0, 0}, {320, 44}} 2012-12-11 14