---
title: keyboardWillShow
framework: foundation
role: symbol
role_heading: Type Property
path: foundation/notificationcenter/messageidentifier/keyboardwillshow
---

# keyboardWillShow

## Declaration

```swift
static var keyboardWillShow: NotificationCenter.BaseMessageIdentifier<UIResponder.KeyboardWillShowMessage> { 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)
- [keyboardDidShow](foundation/notificationcenter/messageidentifier/keyboarddidshow.md)
