Skip to content

Commit

Permalink
Merge pull request #22 from Awesomeplayer165/Specify-Show-Error-Time-…
Browse files Browse the repository at this point in the history
…To-Show

Fixed for test
  • Loading branch information
Awesomeplayer165 authored Mar 11, 2022
2 parents e163e84 + 862b46d commit c7b2d6a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file not shown.
2 changes: 1 addition & 1 deletion Sources/PillboxView/PillView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ public class PillView {
/// - vcView: The desired `UIView` that you would like the ``PillboxView/PillView/pillView`` displayed on.
/// - tintColor: A tint color for the `UIImageView` of the ``PillboxView/PillView/pillView/`` displayed on.
/// - completionHandler: A completion handler indicating when the animation has finished.
open func showTask(message: String, vcView: UIView, tintColor: UIColor? = .systemBlue, completionHandler: (() -> Void)? = nil) {
open func showTask(message: String, vcView: UIView, tintColor: UIColor = .systemBlue, completionHandler: (() -> Void)? = nil) {

self.showType = .ongoingTask

Expand Down

0 comments on commit c7b2d6a

Please sign in to comment.