---
title: isEnabled
framework: uikit
role: symbol
role_heading: Instance Property
path: uikit/uifocusguide/isenabled
---

# isEnabled

A Boolean value that indicates whether the guide is focusable.

## Declaration

```swift
var isEnabled: Bool { get set }
```

## Discussion

Discussion If the value of this property is true (the default), then the guide may be focusable. Some conditions, defined by the system, may prevent the guide from being focusable even if it’s enabled, such as when the guide’s frame overlaps with the currently focused view. However, if this property is set to false, then the guide isn’t focusable.

## See Also

### Enabling focus

- [preferredFocusEnvironments](uikit/uifocusguide/preferredfocusenvironments.md)
- [preferredFocusedView](uikit/uifocusguide/preferredfocusedview.md)
