Settings

public struct Settings

Collection of user settings. There are two types: shared and instance. Shared settings affect both the app and the AUv3 component; instance settings affect only one instance.

  • The collection of shared settings

    Declaration

    Swift

    public static let shared: UserDefaults
  • The collection of per-instance settings

    Declaration

    Swift

    public static let instance: UserDefaults
  • Initialize settings from UserDefaults.

    Declaration

    Swift

    init()