I want to use a custom image as a map where each pixel is considered the coordinates, much as MKMapView uses a Google Maps map together with MKAnnotationView. I’m searching a similar behavior as the sample code from Apple, MapCallouts. I.e. I want to put a pin to a certain pixel coordinate on a custom image rather than on a Google Map.
Does anyone have some great tips of how I should do or where I could find some hints on above behavior?
Have you checked the WWDC videos? They have an example where they use custom images for map tiles. You can download the source code here: http://connect.apple.com/cgi-bin/WebObjects/MemberSite.woa/wa/getSoftware?code=y&source=x&bundleID=20645 (look for the TileMap code).