Ios swift – How do I observe AVPlayerLooper Loop Count?
I am looking for an example on how to observe AVPlayer Loop count in Swift and SwiftUI. I need to be able to communicate the loop count to firestore. Where do I do the observing in the makeUI function, updateUI…