Contents

entersReaderIfAvailable

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

Declaration

var entersReaderIfAvailable: Bool { get set }

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