<!--
{
  "availability" : [
    "iOS: 2.0.0 - 3.2.0",
    "iPadOS: 2.0.0 - 3.2.0",
    "macCatalyst: 13.1.0 - 13.1.0",
    "tvOS: -",
    "visionOS: -",
    "watchOS: -"
  ],
  "documentType" : "symbol",
  "framework" : "UIKit",
  "identifier" : "/documentation/UIKit/UIKeyboardCenterEndUserInfoKey",
  "metadataVersion" : "0.1.0",
  "role" : "Global Variable",
  "symbol" : {
    "kind" : "Global Variable",
    "modules" : [
      "UIKit"
    ],
    "preciseIdentifier" : "c:@UIKeyboardCenterEndUserInfoKey"
  },
  "title" : "UIKeyboardCenterEndUserInfoKey"
}
-->

# UIKeyboardCenterEndUserInfoKey

A user info key to retrieve the center point of the keyboard after its animation completes.

```
extern NSString * const UIKeyboardCenterEndUserInfoKey;
```

## Discussion

The value retrieved with this key is an <doc://com.apple.documentation/documentation/Foundation/NSValue> object containing a <doc://com.apple.documentation/documentation/CoreFoundation/CGPoint> indicating the keyboard’s center point, in the window’s coordinate space, after its animation ends. These coordinates take into account any rotation factors applied to the window’s contents as a result of interface orientation changes. Thus, the center point of the keyboard is different in portrait versus landscape orientations.

---

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)