views:

33

answers:

0

He There, I tried to use OpenFlow in my project. Actually, I have a problem with It, when I tried to use UINavigationController and OpenFlow together on same UIViewController (Actually just create a navigation based project), It is only working vertical orientation, when I try to change device orientation to horizontal, It is going to bottom of the view. Also It is not showing current image on center of the screen.

I'm wondering that did someone get and solved this problem ?

Edit : Here is the how to see this problem ;

  1. Open Navigation based project on XCode
  2. Copy and paste OpenFlow sample project files to into this new project
  3. Run it and change the orientation.

Regards