<!--
{
  "availability" : [
    "iOS: 11.3.0 -",
    "iPadOS: 11.3.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "ARKit",
  "identifier" : "/documentation/ARKit/ARWorldTrackingConfiguration/isAutoFocusEnabled",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Property",
  "symbol" : {
    "kind" : "Instance Property",
    "modules" : [
      "ARKit"
    ],
    "preciseIdentifier" : "c:objc(cs)ARWorldTrackingConfiguration(py)autoFocusEnabled"
  },
  "title" : "isAutoFocusEnabled"
}
-->

# isAutoFocusEnabled

A Boolean value that determines whether the device camera uses fixed focus or autofocus behavior.

```
var isAutoFocusEnabled: Bool { get set }
```

## Discussion

For apps deployed to iOS 11.3 or later, ARKit enables autofocus by default.

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)