Set MapKit pins with different colors
问题 I am new in iOS and I implemented a MapKit with static markers from different arrays types and they are working fine , I am trying to put pins that come from shops array to be blue for example , and pins that come from community read , etc .. I have no idea about how to do this at all , they are all in red in the map and my goal is to change the color for every array of pins here what I have tried : import UIKit import MapKit class myMapViewController: UIViewController, MKMapViewDelegate {