0.1.5
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
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