my iphone application supports portrait mode earlier, now i want to support land scape mode also.
everything is working fine in my application except the navigation controller back button. i have used tableviews in navigaton conroller, when i click back button in landscape mode view is getting poped and its loading its previous view but animation is strange.
i have given default animation but, in landscape mode view is is animating upside down instead of default left to rite when i click back button.
does anyone faced this kind of problem??? thanks in advance.