Skip to content
This repository has been archived by the owner on Oct 1, 2022. It is now read-only.

support video: more function #32

Merged
merged 1 commit into from
Jan 27, 2022
Merged

support video: more function #32

merged 1 commit into from
Jan 27, 2022

Conversation

Alexander-Foster
Copy link
Contributor

  • add video looping change function
  • add video finish callback
  • add restart video function

- add video looping change function
- add video finish callback
- add restart video function
@kean
Copy link
Owner

kean commented Dec 28, 2021

Thanks for putting this together, @kor45cw. I'm going to review it as soon as I got some free time!

@kean kean merged commit 933a635 into kean:main Jan 27, 2022
@kean
Copy link
Owner

kean commented Jan 27, 2022

I think it looks good. Thanks @kor45cw .

imageView.isVideoLooping = isVideoLooping
}
if restartVideo {
imageView.videoReplay()
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The videoReplay call is missing. I'm going to remove it temporarily for the upcoming release.

Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I changed it to restartVideo(). I think that's what you meant?

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

Successfully merging this pull request may close these issues.

2 participants