Version 1.2.0
What's Changed
- Removed the
isUserInteractionEnabled
parameter from theYouTubePlayer.Configuration
to ensure compliance to the YouTube Terms of Services (#31). - Added a
openURLAction
parameter to theYouTubePlayer.Configuration
to allow custom URL handling of opened links from the YouTube Player (#31). The defaultOpenURLAction
will open all links via Safari (UIApplication.shared.open).
Full Changelog: 1.1.12...1.2.0