Firstly I am not a developer by trade, just a BA/Consultant filling a gap.
I am looking to create multiple scrollviews to scroll as a background, but at different speeds. Just like the background of a level in angry birds.
I have managed to get all the scrollviews to appear and scroll together but now i need to scroll them at different speeds I know I need to use the UIScrollViewDelegate commands in order to interact and register when a scroll has occured, but have been hitting my head against a brick wall.
Is there anyone out there that has a sample project with different scrollviews scrollinf at different speeds, so that i can look at it and break down so that I can understand the mechanics of the scrollviews and delegate etc.
Thanks in advance
I am looking to create multiple scrollviews to scroll as a background, but at different speeds. Just like the background of a level in angry birds.
I have managed to get all the scrollviews to appear and scroll together but now i need to scroll them at different speeds I know I need to use the UIScrollViewDelegate commands in order to interact and register when a scroll has occured, but have been hitting my head against a brick wall.
Is there anyone out there that has a sample project with different scrollviews scrollinf at different speeds, so that i can look at it and break down so that I can understand the mechanics of the scrollviews and delegate etc.
Thanks in advance