---
title: refreshKeyboardUI()
framework: browserenginekit
role: symbol
role_heading: Instance Method
path: browserenginekit/betextinteraction/refreshkeyboardui()
---

# refreshKeyboardUI()

Tells the system to refresh the keyboard UI.

## Declaration

```swift
func refreshKeyboardUI()
```

## Discussion

Discussion This lightweight method refreshes the selection UI.  For example, this could be invoked in response to programmatic text selection changes, independent of text interaction gestures

## See Also

### UI updates

- [editabilityChanged()](browserenginekit/betextinteraction/editabilitychanged().md)
