UIPageControl in Landscape Orientation?

Up vote 0 down vote favorite share g+ share fb share tw.

I've gone through the Apple's Sample Code using UIPageControl and ScrollView togther. I've created the same using viewControllers instead of Views. Now when I change the orientation from Potrait to LandScape, the ScrollView changes its orientation but UIPageControl remain in same position :( and instead of changing page in horizontal Swipe,it changes the page in the Vertical swipe I want the UIPageControl to change page on horizontal swipe and in LandScape mode.

Is it possible? :( iphone objective-c xcode uipagecontrol link|improve this question asked Nov 23 '10 at 10:48iShrey975114 58% accept rate.

I got it now... :) The UIPageControl app uses window. Xib, I created a new app with the same code applied on the UIViewController and it worked.. Also dun forget to turn vertical bounce property to "NO", to make it slide horizontally.. :).

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions