---
title: currentInputModeDidChangeNotification
framework: uikit
role: symbol
role_heading: Type Property
path: uikit/uitextinputmode/currentinputmodedidchangenotification
---

# currentInputModeDidChangeNotification

A notification that posts when the current input mode changes.

## Declaration

```swift
nonisolated class let currentInputModeDidChangeNotification: NSNotification.Name
```

## Discussion

Discussion The posting object is a UITextInputMode instance.
