Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Video thumbnails are not updating in trimmer'view #8

Open
rameez7878 opened this issue Oct 2, 2017 · 0 comments
Open

Video thumbnails are not updating in trimmer'view #8

rameez7878 opened this issue Oct 2, 2017 · 0 comments

Comments

@rameez7878
Copy link

I have added following code for trimmer in viewWillAppear:

videoRangeSlider.delegate = self
videoRangeSlider.setVideoURL(videoURL: url)
videoRangeSlider.minSpace = 0.0
videoRangeSlider.maxSpace = 20.0
videoRangeSlider.setStartPosition(seconds: 0.0)
videoRangeSlider.setEndPosition(seconds: 20.0)

When i comes to trimmer screen first time then this code updates the video thumbnail in trimmer's view. Then i move to the next screen for further advance video editing. After advance editing i do update my URL of video. Then if i navigate back to trimmer screen, video thumbnails are not updating. Sometimes thumbnails are updating and sometimes not.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant