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
Post a Comment