Quote:
Originally Posted by anurekhadevi
What i am saying is initially when we start scrolling the page should not be loaded on right side. it should be done in left. If you have idea plz give some sample code for this.
|
so you want that the scroll is from the right to left?.
if so, you can load all images and then setContentOffset at the end of your scrollview, so the user can scroll images from right to left.
If it is not what you want. Please write more than 1 line to explain it.