All Versions
10
Latest Version
Avg Release Cycle
10 days
Latest Release
2563 days ago
Changelog History
Changelog History
-
v0.2.7
May 23, 2016 -
v0.2.6 Changes
May 23, 2016๐ useful on Cells, so it can reset the player observers with:
playerView.resetPlayer()
๐ changed all the typealias for player but make sure to import Video Library
import AVFoundation.AVPlayer
-
v0.2.5 Changes
May 18, 2016Now The Player can have a list of URLs to reproduce
โ added method for initialize Queue
playerView.urls = [urls]
โ add more videos for queue
playerView.addVideosOnQueue(urls: [urls]) playerView.addVideosOnQueue(url1,url2...)
play next video
playerView.next()
-
v0.2.1
April 20, 2016 -
v0.2
March 31, 2016 -
v0.1.5 Changes
March 31, 2016๐ 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
-
v0.1.4
March 14, 2016 -
v0.1.3
February 20, 2016 -
v0.1.2
February 20, 2016 -
v0.1.1
February 19, 2016