gilesvangruisen / Swift-YouTube-Player

Swift library for embedding and controlling YouTube videos in your iOS applications via WKWebView!
MIT License
874 stars 282 forks source link

Remove actionable items #199

Closed Abhishek-NickelFox closed 4 years ago

Abhishek-NickelFox commented 4 years ago

Can we remove user image, watch share and other video recomendations as well???

gilesvangruisen commented 4 years ago

Hi @Abhishek-NickelFox there is a limited amount of customization that is possibly, as this library is a fairly simple wrapper around YouTube's iframe API. To understand what customization is possible via playerParams, please see their documentation.

As I understand it, YouTube does not let you remove most of the items you listed from the player view.