1

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

enter image description here

Murali
  • 188
  • 1
  • 11

4 Answers4

0

This specific pattern makes me remind of iCarousal.Check it

Lithu T.V
  • 19,955
  • 12
  • 56
  • 101
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.

http://developer.apple.com/library/iOS/#samplecode/PageControl/Introduction/Intro.html#//apple_ref/doc/uid/DTS40007795

Here is the link that provides information on how to go about scrollView with paging enabled.

http://developer.apple.com/library/iOS/#documentation/WindowsViews/Conceptual/UIScrollView_pg/ScrollViewPagingMode/ScrollViewPagingMode.html

Vinayak Kini
  • 2,919
  • 21
  • 35
0

Try this demo for your scrollview effects.

cover-flow-demo

CoverFlow

HM-Customized-ScrollView

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