EVPlayer
EVPlayer copied to clipboard
Transparent EVThumbnailView for default AVPlayer first frame
Hey @esaygiver , I would like to request an update for the EVThumbnailView.
instead of setting its background to black
override func setup() { backgroundColor = .black addSubview(imageView) addSubview(alphaView) addSubview(centeredButton) super.setup() }
It would be very nice if this view has a UIColor.clear for the background. That will help to show the default thumbnail for AVPlayer.
I really need it for my project, what do you think?