소스 검색

队列展示tips

harry 3 년 전
부모
커밋
62446ff8d5
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      BFCommonKit/Classes/BFUtility/PQCommonMethodUtil.swift

+ 1 - 0
BFCommonKit/Classes/BFUtility/PQCommonMethodUtil.swift

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