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 enum prefixes and lowercase the cases #231

Open qalandarov opened 1 year ago

qalandarov commented 1 year ago

In line with the latest Swift standards I'm proposing to lowercase enum cases. Also, I removed "YouTube" prefix from enum names as we can already infer that.

qalandarov commented 1 year ago

fyi @gilesvangruisen