Contents

openSettingsURLString

The URL string you use to deep link to your app’s custom settings in the Settings app.

Declaration

nonisolated class let openSettingsURLString: String

Discussion

Create a URL from this value and pass it to the open(_:options:completionHandler:) method to launch the Settings app and display your app’s custom settings, if it has any.

For design guidance, see Human Interface Guidelines.

See Also

Deep linking to custom settings