---
title: preferredFocusedView
framework: uikit
role: symbol
role_heading: Instance Property
path: uikit/uifocusguide/preferredfocusedview
---

# preferredFocusedView

The view that the focus will be redirected to if this guide is focused.

## Declaration

```swift
weak var preferredFocusedView: UIView? { get set }
```

## Discussion

Discussion If the guide is focused, it indirects the focus to this view. This view, or at least one view along its preferredFocusedView chain, must be focusable in order for the guide to be focusable. Otherwise, it’s effectively disabled.

## See Also

### Enabling focus

- [isEnabled](uikit/uifocusguide/isenabled.md)
- [preferredFocusEnvironments](uikit/uifocusguide/preferredfocusenvironments.md)
