在iPhone应用程序中帮助覆盖动画

时间:2015-04-01 15:11:20

标签: ios objective-c animation

我们如何创建动画以在iPhone应用程序中实现帮助布局,如下图所示:

enter image description here

Desired Effect : When the hand image moves and point to an icon, ripple like effect is to be shown.

我怎么能实现这个?

1 个答案:

答案 0 :(得分:0)

您可以使用Core Animation实现此功能。使用UIBezierPath制作圆形图层并为其半径设置动画。开源ZFRippleButton提供了类似的效果,并且将是一个很好的起点。