ToastViewPosition

public enum ToastViewPosition : Int, Sendable

吐司视图位置

  • 中心

    Declaration

    Swift

    case center = 0
  • top

    顶部

    Declaration

    Swift

    case top
  • 底部

    Declaration

    Swift

    case bottom