SwiftLogic / YoutubeVideoPlayer

A clone of Youtube ios app's video player using programmatic UIKit
MIT License
1 stars 1 forks source link

Video Player Frame Bug #1

Open SwiftLogic opened 1 year ago

SwiftLogic commented 1 year ago

In the Home Feed. When user taps to open the video player, if the user attempts to pan the video player while the video link extraction process is ongoing it will messed up the videoplayer's frame once the video link extraction is completed.

SwiftLogic commented 1 year ago

Possible solution: animate videoplayerview's playerlayer's frame along with pan gesture interaction.