PreferenceCenterNavigationStack

public enum PreferenceCenterNavigationStack

Preference Center Navigation stack

  • The Preference Center will not be wrapped in a navigation stack

    Declaration

    Swift

    case none
  • The Preference Center will be wrapped in either a NavigationStack on iOS 16+, or a NavigationView.

    Declaration

    Swift

    case `default`