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

How can I edit my VIM config so that Vim treats ".ejs" files the same as it currently treats my html files? -

Python __call__ special method practical example -