我们如何创建动画以在iPhone应用程序中实现帮助布局,如下图所示:
Desired Effect : When the hand image moves and point to an icon, ripple like effect is to be shown.
我怎么能实现这个?
答案 0 :(得分:0)
您可以使用Core Animation实现此功能。使用UIBezierPath
制作圆形图层并为其半径设置动画。开源ZFRippleButton
提供了类似的效果,并且将是一个很好的起点。