开发者

How to do animation like victoria secret app homepage? [closed]

It's difficult to tell what is being asked here. This question is a开发者_开发百科mbiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center. Closed 11 years ago.

I want to try out the animation as shown in the victoria secrets application homepage.

please help me.........


You need to understand how to do animation in iPhone. I haven't seen the Victoria Secret App, so I don't have idea what sort animation has been done there.

There are different ways to do the animation in iPhone. You can use UIImageViews and set an animation Array or you can make some changes in the screen and use UIView class to animate the changes. I am posting links for both approach. Have a look at them.

See these two links.

http://appsamuck.com/day2.html

http://www.vellios.com/2010/07/11/simple-iphone-animation-tutorial/


Hi i have done the animation which i was talking about many of u havent seen that animation so let me explain it to u in this i am having a background image and a foreground image both of them keep moving at there own speed say background image is moving a bit slow than the foreground image. This is the explanation for my question and the answer is i had used two scroll views and set there contentOffset.


Following question is in which method of UIScrollViewDelegate are you setting the contentOffset of second scrollView (based on first). Because if you do in scrollViewDidScroll or scrollViewDidEndDecelerating then it is not a true sync. I mean it feels like second scrollView always lags behind the first one. We do not get the truly synced scollViews.

0

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜