MKAnnotationView animation in iOS using Swift 4
Add animation to pins for adding pins to map smoothly. While adding pins to map, it is not smooth or it has no animation effect. Is there any simple solution to achieve this?
MKAnnotationView animation in iOS using Swift 4
Add animation to pins for adding pins to map smoothly. While adding pins to map, it is not smooth or it has no animation effect. Is there any simple solution to achieve this?
I tried it with the simple code
I have created a simple code to fix this issue in swift 4.
Here is my code,
Override your viewForAnnotaion method something like this
For AnimationUtility class refer this link
https://stackoverflow.com/a/49398148/8334818
This code adds pins to map with smooth animation.