ProgressPluginView

public struct ProgressPluginView : UIViewRepresentable

进度插件视图包装器

  • Undocumented

    Declaration

    Swift

    public init(_ progress: CGFloat? = nil)
  • Undocumented

    Declaration

    Swift

    public func progress(_ progress: CGFloat?) -> ProgressPluginView
  • Undocumented

    Declaration

    Swift

    public func text(_ text: AttributedStringParameter?) -> ProgressPluginView
  • Undocumented

    Declaration

    Swift

    public func onCancel(_ action: (() -> Void)?) -> ProgressPluginView

UIViewRepresentable