PlayerView v0.1.5 Release Notes

Release Date: 2016-03-31 // almost 8 years ago
  • 🔄 change the:

    playerView.setUrl(url)
    

    to

    playerView.url = url
    

    ➕ added the delegate function:

    func playerVideo(playerFinished player: PlayerView)
    

    all the functions for the delegate are now optional