Mohammad Faisal
Results
2
issues of
Mohammad Faisal
I have no problem playing the video using this code ``` let url = URL(string: "i_am_super_duper_url_for_a_mp4_file")! let playerItem = CachingPlayerItem(url: url) player = AVPlayer(playerItem: playerItem) player.automaticallyWaitsToMinimizeStalling = false player.play() ```...
How can I achieve this? Popup aligned to the top. 