Search code examples
iphoneobjective-cuiscrollviewcore-animation

scrolling using UIScrollview in a particaular path?


I need to implement scrolling like http://joelb.me/scrollpath/ Is it possible to customize UIScrollView like in the link or any other way to implement?
Edit : That is instead of moving scrollview linearly while scrolling, I want the scrollview to move along a particular path(like Bazier curve) while scrolling

Thanks,
Chandan


Solution

  • I have done customized scrolling in scrollViewDidScroll, that is instead of changing y linearly i have changed y like bazier path using equation.

    http://chandanshetty01.blogspot.in/2012/07/uiscrollview-scrolling-in-non-linear.html