ios - Animation for help overlay in iPhone Application -
how create animations implement layout in iphone applications in below image:
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
Post a Comment