Outdooractive / route-me

Open source map library for iOS
Other
122 stars 400 forks source link

pass annotation label taps to annotation if not handled in delegate #72

Closed incanus closed 12 years ago

incanus commented 12 years ago

I very frequently find myself implementing an annotation tap delegate callback, then redundantly implementing the label tap callback just to pass the tap back to the main annotation one, since I don't care if the user taps the marker or the marker label. This change makes that the default behavior if the developer doesn't implement marker label tap handling.