I have downloaded the PageControl example from developer.apple.com but i don’t know the reason why i cannot open the .xib in Interface Builder. Anyway, i cannot make use of this example for my purpose as i don’t how to remove the UIPageControl without using the Interface Builder.
So i follow the example to create a simple UIScrollView with paging feature by scrolling the screen in horizontal direction.
GitHub:ScrollViewWithPaging – Xcode project Continue reading iPhone – UIScrollView with Paging Example