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