How to show current image in the scroll view along with some part of the next image if next image is available in the scroll view and also some part of the previous image if a previous image is available
Like the pic attached here
Asked
Active
Viewed 1,231 times
1

Murali
- 188
- 1
- 11
4 Answers
0
You need to make use of UIScrollView with paging enabled in order to implement your requirements.
the following link provides example for the same.
Here is the link that provides information on how to go about scrollView with paging enabled.

Vinayak Kini
- 2,919
- 21
- 35
0

SAMIR RATHOD
- 3,512
- 1
- 20
- 45
-
i downloaded HMScrollView project but one class is missing in this project.so i am unable to see it actually what is there..If you have this project please send to my mail id :murali680555114@gmail.com – Murali May 15 '13 at 06:17
-
do you find those missing files? – Murali May 15 '13 at 06:48
-
yes, i find this class at heare http://developer.apple.com/library/ios/#samplecode/ScrollViewSuite/Listings/2_Autoscroll_Classes_TapDetectingImageView_h.html#//apple_ref/doc/uid/DTS40008904-2_Autoscroll_Classes_TapDetectingImageView_h-DontLinkElementID_12 – SAMIR RATHOD May 15 '13 at 06:54
0
Here is a good tutorial.Please find the same it will be useful for you
Hope this helps.

iEinstein
- 2,100
- 1
- 21
- 32
-
i downloaded this project but one class is missing in this project.so i am unable to see it actually what is there..If you have this project please send to my mail id :murali680555114@gmail.com – Murali May 15 '13 at 06:11
-
You can add me on skype at ashumishra224.I have also made the same project – iEinstein May 15 '13 at 06:20
-
if you fine any problem please find link http://stackoverflow.com/questions/820557/are-there-any-good-uiscrollview-tutorials-on-the-net – iEinstein May 15 '13 at 06:22
-
-
-
-