TransitioningNavigationViewOptions

public struct TransitioningNavigationViewOptions

Undocumented

  • Background color of the navigation view.

    Declaration

    Swift

    let backgroundColor: UIColor
  • Shadow options for the navigation view.

    Declaration

    Swift

    let shadowOptions: ShadowOptions
  • Title textstyle.

    Declaration

    Swift

    let titleTextStyle: TextStyle
  • Navigation bar threshold.

    Declaration

    Swift

    let navigationBarThreshold: CGFloat
  • Leading offset for back button.

    Declaration

    Swift

    let backButtonLeadingOffset: CGFloat
  • Trailing offset for the bar button.

    Declaration

    Swift

    let barButtonTrailingOffset: CGFloat