|
@@ -418,7 +418,8 @@ public func getMachineCode() -> String {
|
|
/// - Returns: <#description#>
|
|
/// - Returns: <#description#>
|
|
public func cShowHUB(superView: UIView?, msg: String?) {
|
|
public func cShowHUB(superView: UIView?, msg: String?) {
|
|
var sty: ToastStyle = ToastManager.shared.style
|
|
var sty: ToastStyle = ToastManager.shared.style
|
|
- ToastManager.shared.isQueueEnabled = true
|
|
|
|
|
|
+// ToastManager.shared.isQueueEnabled = true
|
|
|
|
+ cHiddenHUB(superView: nil)
|
|
sty.messageAlignment = .center
|
|
sty.messageAlignment = .center
|
|
DispatchQueue.main.async {
|
|
DispatchQueue.main.async {
|
|
if superView == nil {
|
|
if superView == nil {
|