Hi,
I have very unique problem. My app has UINavigationCnotroller with a set of UIViewController's. Most of the time everything goes fine but at some point, when I press Back button, the UIViewController to which I return suddenly reloads. i.e. the loadView called second time and the interface becomes squashed.. Prior to this I had UITabbarController in which I saw the same issue (when switching between tabs). It looks like UINavigationController/UITabBarController just reset some of UIViewController at some point. Also, this issue is visible only on device. Any ideas??
Many thanks in advance!!!