EVPlayer icon indicating copy to clipboard operation
EVPlayer copied to clipboard

Transparent EVThumbnailView for default AVPlayer first frame

Open kaizen8labs opened this issue 2 years ago • 0 comments

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?

kaizen8labs avatar Oct 18 '23 04:10 kaizen8labs