DisplayState

public enum DisplayState : Equatable

This file provides default fiori style for the component.

  1. Uncomment the following code.
  2. Implement layout and style in corresponding places.
  3. Delete .generated from file name.
  4. Move this file to _FioriStyles folder under FioriSwiftUICore.
  • Checkout state is processing.

    Declaration

    Swift

    case inProgress
  • Checkout state is completed.

    Declaration

    Swift

    case completed
  • Checkout state is failed.

    Declaration

    Swift

    case failed