---
title: entersReaderIfAvailable
framework: safariservices
role: symbol
role_heading: Instance Property
path: safariservices/sfsafariviewcontroller/configuration-swift.class/entersreaderifavailable
---

# entersReaderIfAvailable

A value that specifies whether Safari should enter Reader mode, if it is available.

## Declaration

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

## Discussion

Discussion Set the value to true if Reader mode should be entered automatically when it is available for the webpage; otherwise, false. The default value is false. Set this configuration property instead of initializing a view controller with init(url:entersReaderIfAvailable:).

## See Also

### Configuring a Safari View Controller

- [barCollapsingEnabled](safariservices/sfsafariviewcontroller/configuration-swift.class/barcollapsingenabled.md)
- [eventAttribution](safariservices/sfsafariviewcontroller/configuration-swift.class/eventattribution.md)
