IPhone parallax scrolling with UITableView?

Try to use the (void)scrollViewDidScroll:(UIScrollView *)scrollView of UIScrollViewDelegate The table view is a sub-class of UIScrollView.

Try to use the - (void)scrollViewDidScroll:(UIScrollView *)scrollView of UIScrollViewDelegate. The table view is a sub-class of UIScrollView.

– deanWombourne Jul 7 '10 at 9:03 1 @deanWombourne, you are wrong. This method is called each time the scroll view moved (even during bouncing). So I still think that this might be a good solution... – Michael Kessler Jul 7 '10 at 9:44 1 Haha - I've just built a test app to prove you wrong and you're not!

You're absolutely right - your answer will work perfectly :) – deanWombourne Jul 7 '10 at 9:59 :) You have some spare time, huh? ;) – Michael Kessler Jul 7 '10 at 10:02 I have a basic app set-up to check things like this - where I'm not 100% sure what the documentation means I can just quickly throw some code into the test app and see what happens - only takes about 5 minutes. – deanWombourne Jul 7 '10 at 10:12.

Also, I want parallax scrolling for the background, i.e. , when I scroll table view cells vertically, background image should scroll at a relatively slower speed. Also, my application has some images and text in detail views, which should scroll at higher speed and background at a lower speed.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions