CABasicAnimation not scrolling with rest of View
- by morgman
All, I'm working on reproducing the pulsing Blue circle effect that the map uses to show your own location...
I layered a UIView over a MKMapView. The UIView contains the pulsing animation.
I ended up using the following code gleaned from numerous answers here on stackoverflow:
CABasicAnimation* pulseAnimation = [CABasicAnimation…