- I want a UIScrollView in which i have to paste 25 images of same size(256*256).
- The 13th picture should come in the centre,ie, when the app loades.
- Then when i swipe right, left, up or down it should scroll as normally.
For doing this what should be the specifications of the UIScrollView,ie, 1.what should be its size 2.ContentViewSize 3.where should be its origin.