---
title: pinTintColor
framework: mapkit
role: symbol
role_heading: Instance Property
path: mapkit/mkpinannotationview/pintintcolor
---

# pinTintColor

The color of the pin head.

## Declaration

```swift
var pinTintColor: UIColor! { get set }
```

```swift
var pinTintColor: NSColor! { get set }
```

## Discussion

Discussion Use this property to specify custom a custom color for your pin. You can also specify one of the standard pin colors.

## See Also

### Related Documentation

- [greenPinColor()](mapkit/mkpinannotationview/greenpincolor().md)
- [purplePinColor()](mapkit/mkpinannotationview/purplepincolor().md)
- [redPinColor()](mapkit/mkpinannotationview/redpincolor().md)
- [Location and Maps Programming Guide](apple-archive/documentation/UserExperience/Conceptual/LocationAwarenessPG/Introduction.md)

### Getting and Setting Attributes

- [animatesDrop](mapkit/mkpinannotationview/animatesdrop.md)
- [pinColor](mapkit/mkpinannotationview/pincolor.md)
