Skip to content

Commit

Permalink
Merge branch 'Specify-Show-Error-Time-To-Show'
Browse files Browse the repository at this point in the history
  • Loading branch information
Awesomeplayer165 committed Mar 11, 2022
2 parents 504c503 + 14d5caa commit e163e84
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?, 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 e163e84

Please sign in to comment.