<!--
{
  "availability" : [
    "iOS: 9.0.0 -",
    "iPadOS: 9.0.0 -",
    "macCatalyst: 13.1.0 -",
    "visionOS: 1.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "UIKit",
  "identifier" : "/documentation/UIKit/UIResponder/keyboardIsLocalUserInfoKey",
  "metadataVersion" : "0.1.0",
  "role" : "Type Property",
  "symbol" : {
    "kind" : "Type Property",
    "modules" : [
      "UIKit"
    ],
    "preciseIdentifier" : "c:@UIKeyboardIsLocalUserInfoKey"
  },
  "title" : "keyboardIsLocalUserInfoKey"
}
-->

# keyboardIsLocalUserInfoKey

A user info key to retrieve a Boolean value that indicates whether the keyboard belongs to the current app.

```
nonisolated class let keyboardIsLocalUserInfoKey: String
```

## Discussion

The value for this key is an <doc://com.apple.documentation/documentation/Foundation/NSNumber> object containing a Boolean value that indicates whether the keyboard belongs to the current app. With Multitasking in iPadOS, the system notifies all visible apps when the keyboard appears and disappears. The value is <doc://com.apple.documentation/documentation/Swift/true> for the app that caused the keyboard to appear and <doc://com.apple.documentation/documentation/Swift/false> for the other apps.

---

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)