Hi,
i am implementing page control functionality. i have taken a scroll view and multiplied its width with the number of pages. it works fine but the size of the srcollview is bigger than i frame i had set. That is why i am able to scroll veritcally as well. i have disabled vertical scrolling. i even tried the following code. Please help.....
scroll.frame = CGRectMake(0, 0, 320, 460); scroll.contentSize = CGSizeMake(scroll.frame.size.width * kNumberOfPages, scroll.frame.size.height);
Thanks in advance