Custom video player in swift using AVPlayer
Apple provided AVKit framework, to allow developers play multimedia content inside their apps. With AVPlayerViewController, we can use Apple default playback controls. But in case if we want to play video in our customized player, then AVPlayer class comes to rescue. In this tutorial, we will learn how to play video using AVPlayer in swift. […]
Custom video player in swift using AVPlayer Read More »