<!--
{
  "availability" : [
    "iOS: -",
    "iPadOS: -",
    "macCatalyst: 14.0.0 -",
    "macOS: 11.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "MapKit",
  "identifier" : "/documentation/MapKit/MKPitchControl",
  "metadataVersion" : "0.1.0",
  "role" : "Class",
  "symbol" : {
    "kind" : "Class",
    "modules" : [
      "MapKit"
    ],
    "preciseIdentifier" : "c:objc(cs)MKPitchControl"
  },
  "title" : "MKPitchControl"
}
-->

# MKPitchControl

A specialized view that displays and controls the pitch angle of the map view.

```
class MKPitchControl
```

## Overview

Use this class when you want to incorporate a standard, fixed-size pitch control into your own view hierarchy. A pitch control allows the user to change the pitch angle of its associated map view.

## Topics

### Creating a pitch control

[`init(mapView:)`](/documentation/MapKit/MKPitchControl/init(mapView:))

Creates a pitch control and associates it with the specified map view.

### Accessing the map view

[`mapView`](/documentation/MapKit/MKPitchControl/mapView)

The map view associated with this control.



---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)