質問

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

役に立ちましたか?

解決

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.

ライセンス: CC-BY-SA帰属
所属していません StackOverflow
scroll top