I have set paging property of scroll view to 'scrollview.pagingEnabled = YES'. When tested it seems to be working in IOS 4 and above but it is not working on iOS 3.1.3. Can any one help me with this?
You should be able to start with pagingEnabled and bounces both set to YES
and then you can set set contentSize=CGSizeMake(width, height);