SwiftLogic / YoutubeVideoPlayer

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

Video Scrubbing Crashes App #2

Closed SwiftLogic closed 2 years ago

SwiftLogic commented 2 years ago

When user tries to scrub a video inside the vide player before the video link extraction is completed, the app crashes. Need a guard logic to disable video scrubbing until video is deemed scrub-able.

SwiftLogic commented 2 years ago

Fixed