---
title: UIFocusItemDeferralMode.always
framework: uikit
role: symbol
role_heading: Case
path: uikit/uifocusitemdeferralmode/always
---

# UIFocusItemDeferralMode.always

Always defer focus for this item, even if deferral is disabled right now. This means a programmatic update to this item would result in focus disappearing until the user interacts with the focus engine again.

## Declaration

```swift
case always
```
