소스 검색

自动消失提示语

harry 3 년 전
부모
커밋
1c3fee06a8
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  1. 3 0
      BFFramework/Classes/Stuckpoint/Controller/PQStuckPointPublicController.swift

+ 3 - 0
BFFramework/Classes/Stuckpoint/Controller/PQStuckPointPublicController.swift

@@ -1322,6 +1322,9 @@ extension PQStuckPointPublicController {
                 saveVideoTipsLabel.text = "视频保存中..."
             }else{
                 self.saveVideoTipsLabel.text = "视频已保存到相册"
+                DispatchQueue.main.asyncAfter(deadline: DispatchTime.now() + 0.8) { [weak self] in
+                    self?.saveVideoTipsBgView.isHidden = true
+                }
             }
             
         }