ios - UINavigationController scrolls down on back button click -


i'm working on iphone / ipad app several navigation controllers. when click button of view while device in landscape mode, previous view scrolls vertically screen, instead of scrolling horizontally usual.

push animations work horizontally, should be.

what causing weird problem?

thanks,

adrian

are sure view controller, you're getting to, set deal rotation ?

i had similar issue using monotouch.dialog until added autorotate = true; every (non-leaf) dialogviewcontroller inside application.


Comments

Popular posts from this blog

objective c - Change font of selected text in UITextView -

php - Accessing POST data in Facebook cavas app -

c# - Getting control value when switching a view as part of a multiview -