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

javascript - AngularJS custom datepicker directive -

javascript - jQuery date picker - Disable dates after the selection from the first date picker -