naohide_a
naohide_a

Reputation: 1146

How can I make following animation on iOS

I want to make animation on iOS like following links.
How can I make like this when scrolling?
Please give me some advice! thanks.

http://itunes.apple.com/jp/app/jian-danpurofiru-jiao-huan/id722084222?mt=8

https://itunes.apple.com/us/app/rakunew/id725169455?mt=8

Upvotes: 0

Views: 83

Answers (1)

johnyu
johnyu

Reputation: 2151

The first one looks like simple setFrame: animation on multiple views at once. To do it when scrolling, just interpolate between the start and end frame.

On second video, there's just changing frames and alpha blending (use view.layer.alpha for that). The dots in the bottom are, as Shan said, a UIPageControl.

Upvotes: 2

Related Questions