I am trying to change the color of the pin used in my map in MapKit in Xcode. I found this in the Apple Developer Documentation:
Declaration (iOS, tvOS):
var pinTintColor: UIColor! { get set }
I am new to code and I can't figure out what I should put in get and set, could you please help me?
Thank you!