Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jhurray/ios7animatedmapoverlay
A sample project for adding animated overlays at points on the map.
https://github.com/jhurray/ios7animatedmapoverlay
Last synced: 2 months ago
JSON representation
A sample project for adding animated overlays at points on the map.
- Host: GitHub
- URL: https://github.com/jhurray/ios7animatedmapoverlay
- Owner: jhurray
- Created: 2014-01-09T22:46:39.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2014-03-25T20:38:04.000Z (almost 11 years ago)
- Last Synced: 2023-08-09T08:44:06.869Z (over 1 year ago)
- Language: Objective-C
- Size: 183 KB
- Stars: 22
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
iOS7AnimatedMapOverlay
======================A sample project for adding animated overlays at points on the map.
iOS7 makes it impossible to add subviews to MKOverlays. This projects is an example of a workaround to allow animated overlays to be added to MKAnnotations.
Adapted from the example below and made to work for iOS7.
http://yickhong-ios.blogspot.com/2012/04/animated-circle-on-mkmapview.html