andreipitis / ASPVideoPlayer

A simple video player that allow animations to be performed on the view during playback.
MIT License
89 stars 43 forks source link

Close Button For ASPVideoPlayer #32

Closed d33pak-s1ngh closed 6 years ago

d33pak-s1ngh commented 6 years ago

Is there any option to add a close or dismiss button so user can click on that and dismiss the view controller to go back.

andreipitis commented 6 years ago

Hi @d33pak-s1ngh , you can add your own button on top of the player as a separate view, or you could have the button visible by default and hide it when the player is expanded. This is not a feature that should be part of the player itself.