Scroll on MKAnnotationView

Hello,


I'm actually implementing my map and all the custom annotation but I'm actually stuck when one of the MKAView got a UIScrollView to display a content longer than the Height of my view, I'm not having any interaction, when trying to scroll on the MKAView this is the map who still got the touches handler.


I've tried to disabled scroll/userinteraction on the map but everything is stuck which I knew would happen because of their relation but I'm actually unsure how to separate and have both or only the annotaion scroll enable when mapView(didSelect:) is called


Any help? Thanks 😁