How to implement a TableView where the background scrolls at the same time?

Posted by erotsppa on Stack Overflow See other posts from Stack Overflow or by erotsppa
Published on 2010-03-19T23:01:32Z Indexed on 2010/03/20 1:21 UTC
Read the original article Hit count: 420

Filed under:
|

Imagine you have a normal table view where each row is an item on a conveyor belt. You will put the items in each cell of the table view but when you scroll you also want the background image (the conveyor belt) to scroll as well. How can you do this?

© Stack Overflow or respective owner

Related posts about iphone

Related posts about iphone-sdk