Skip to content

Configuration

HotwireConfig provides a few options to customize your Hotwire Native iOS app. We recommend making all configuration changes before instantiating a Navigator, ideally in AppDelegate or SceneDelegate.

Append the following options to Hotwire.config to change the global configuration. For example, to enable debug logging call:

Hotwire.config.debugLoggingEnabled = true

General

Turbo

Path Configuration

Bridge

Next: Reference