Skip to content
This repository was archived by the owner on Mar 21, 2023. It is now read-only.

Commit bd3bd28

Browse files
committed
renamed methods
1 parent b61d034 commit bd3bd28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/ProgressBar.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ import UIKit
1414
return ProgressBar.showProgressBar(self.view)
1515
}
1616

17-
func removeAllProgressBars() {
17+
func hideProgressBar() {
1818
ProgressBar.removeAllProgressBars(self.view)
1919
}
2020
}

0 commit comments

Comments
 (0)