<!--
{
  "availability" : [
    "iOS: -",
    "iPadOS: -",
    "macCatalyst: -",
    "tvOS: -",
    "visionOS: -",
    "watchOS: -"
  ],
  "documentType" : "symbol",
  "framework" : "UIKit",
  "identifier" : "/documentation/UIKit/UIAccelerometerDelegate",
  "metadataVersion" : "0.1.0",
  "role" : "Protocol",
  "symbol" : {
    "kind" : "Protocol",
    "modules" : [
      "UIKit"
    ],
    "preciseIdentifier" : "c:objc(pl)UIAccelerometerDelegate"
  },
  "title" : "UIAccelerometerDelegate"
}
-->

# UIAccelerometerDelegate

The interface for receiving acceleration-related data from the system.

```
@protocol UIAccelerometerDelegate <NSObject>
```

## Topics

### Responding to acceleration events

[`-  accelerometer:didAccelerate:`](/documentation/UIKit/UIAccelerometerDelegate/accelerometer:didAccelerate:)

Delivers the latest acceleration data to the delegate.

## Relationships

### Inherits From

[`NSObjectProtocol`](/documentation/ObjectiveC/NSObjectProtocol)

---

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)