开发者

iPhone parallax scrolling with UITableView

开发者 https://www.devze.com 2023-01-06 18:03 出处:网络
I am creating a navigation based application, and throughout my a开发者_如何转开发pplication, I want to maintain an image as background. Also, I want parallax scrolling for the background, i.e., when

I am creating a navigation based application, and throughout my a开发者_如何转开发pplication, I want to maintain an image as background. 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. This I want is to create a 3D effect. I have gone through cocos2D framework, but its all apps shows a single view and two images, one for foreground and one for background. So I need some starting point, whether I am in right direction or not. Also, is it possible without using cocos2D? Please help me for this.

Thanks in advance.


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

0

精彩评论

暂无评论...
验证码 换一张
取 消