---
title: keyboardDidShow
framework: foundation
role: symbol
role_heading: Type Property
path: foundation/notificationcenter/messageidentifier/keyboarddidshow
---

# keyboardDidShow

## Declaration

```swift
static var keyboardDidShow: NotificationCenter.BaseMessageIdentifier<UIResponder.KeyboardDidShowMessage> { get }
```

## See Also

### Identifying UIKit responder messages

- [keyboardWillChangeFrame](foundation/notificationcenter/messageidentifier/keyboardwillchangeframe.md)
- [keyboardDidChangeFrame](foundation/notificationcenter/messageidentifier/keyboarddidchangeframe.md)
- [keyboardWillHide](foundation/notificationcenter/messageidentifier/keyboardwillhide.md)
- [keyboardDidHide](foundation/notificationcenter/messageidentifier/keyboarddidhide.md)
- [keyboardWillShow](foundation/notificationcenter/messageidentifier/keyboardwillshow.md)
