Search code examples
objective-ccocoa-touchios6

Draw Larger and Smaller UIImageView size when scrolling in iOS


I have an app of photo catalog on my iPhone. This app shows three images on screen with scrollview. I want to enlarge/shrink the image size when I am scrolling. I want to expand the image size when the image is centered. And draw the image smaller when scrolled away from center to right/left. I think this behaviour needs to developed in scrollViewDidScroll. Do you know how to do this effect?


Solution

  • so you want a Coverflow , iCarousel may be the best control for it

    take a look https://github.com/nicklockwood/iCarousel