---
title: keyboardWillHide
framework: foundation
role: symbol
role_heading: Type Property
path: foundation/notificationcenter/messageidentifier/keyboardwillhide
---

# keyboardWillHide

## Declaration

```swift
static var keyboardWillHide: NotificationCenter.BaseMessageIdentifier<UIResponder.KeyboardWillHideMessage> { get }
```

## See Also

### Identifying UIKit responder messages

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