ToastViewType

public enum ToastViewType : Int

吐司视图类型

  • 自定义吐司

    Declaration

    Swift

    case custom = 0
  • 文本吐司

    Declaration

    Swift

    case text
  • 图片吐司

    Declaration

    Swift

    case image
  • 指示器吐司

    Declaration

    Swift

    case indicator
  • 进度条吐司

    Declaration

    Swift

    case progress