Stack view for recordings tab

This commit is contained in:
relikd
2020-04-02 20:14:57 +02:00
parent 79f836016a
commit fcb6e9c5dd
2 changed files with 66 additions and 64 deletions

View File

@@ -41,7 +41,7 @@ class VCRecordings: UIViewController {
guard let r = currentRecording, r.stop == nil else {
return
}
recordingTimer = Timer.repeating(0.173, call: #selector(timerCallback(_:)), on: self, userInfo: r.start.toDate())
recordingTimer = Timer.repeating(0.086, call: #selector(timerCallback(_:)), on: self, userInfo: r.start.toDate())
updateUI(setRecording: true, animated: animate)
}