ios - Animation for help overlay in iPhone Application -


how create animations implement layout in iphone applications in below image:

enter image description here

desired effect : when hand image moves , point icon, ripple effect shown. 

how implement ?

you can implement using core animation. use uibezierpath make circle layer , animate radius. open source zfripplebutton provides similar effect, , starting point.


Comments

Popular posts from this blog

How to run C# code using mono without Xamarin in Android? -

c# - SharpSsh Command Execution -

python - Specify path of savefig with pylab or matplotlib -