views:

30

answers:

0

Hello there,

I have several view controllers which will be push to (pop from) a same UINavigationController. The problem is that if I navigation those view controller during orientation rotation, the frame of controller's view is not correct. For example, in portrait mode if I click on back button, then rotate to landscape immediately, the controller's view is shifted up 24px, so part of the view is cover by the navigation bar.

Anyone has encounter the same issue?

Thanks!