mapbox / mapbox-annotation-extension

Framework extensions that can be used with the Mapbox Maps SDK for iOS.
ISC License
11 stars 18 forks source link

MGLAnnotationController delegate methods should be optional #44

Closed captainbarbosa closed 4 years ago

captainbarbosa commented 4 years ago

If the current view controller conforms to the MGLAnnotationControllerDegelate protocol, both the didSelect and didDeselect methods are required to be implemented. We should mark these methods as optional so the developer can choose to use one of them at a time.