Sfoglia il codice sorgente

自动消失提示语

harry 3 anni fa
parent
commit
1c3fee06a8

+ 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
+                }
             }
             
         }