In my UIViewController
I use both MKMapView
and a MGLMapView
. I need to use both of their delegate methods including mapView:didAddAnnotationViews:
which is named the same for both maps. Xcode
doesn't like this:
Is it possible to use both of these delegate methods in the same viewController
?