SwiftUI Using ViewThatFits to replace GeometryReader in SwiftUI This article shows how to use the new ViewThatFits released at WWDC 2022 to replace GeometryReader when building views in SwiftUI.
AVKit Custom video player with AVKit and SwiftUI supporting Picture-In-Picture With this article you will learn how to create a custom video player with AVKit and SwiftUI that supports Picture-in-Picture
AVKit Implementing Picture-In-Picture with AVKit and SwiftUI Learn in this tutorial to implement Picture-in-Picture (PiP) with AVKit and SwiftUI using UIViewRepresentable & UIViewControllerRepresentable.
AVKit Switching between HLS streams with AVKit With this tutorial you will be able to create a simple VideoPlayerViewModel that monitors the playback buffer of an AVPlayerItem and lowered resolution of the playback is likely to stall.