UIWebView to WKWebView on youtube-ios-player-helper-swift

3.1k Views Asked by At

My app uses the framework youtube-is-player-helper-swift, found here: https://github.com/malkouz/youtube-ios-player-helper-swift It is an implementation of the original youtube-ios-player-helper, for Swift. It is working fine, but it is based on UIWebView, deprecated in iOS 12. I'm looking for a version of this framework using WKWebView or some help to change this one. Anyone can point me to a possible solution?

1

There are 1 best solutions below

2
Shreeram Bhat On

You can use youtube helper

from hmhv. Which uses WKWebView instead of UIWebView.