All Versions
10
Latest Version
Avg Release Cycle
140 days
Latest Release
2049 days ago
Changelog History
Changelog History
-
v1.3.0
April 26, 2019 -
v1.2.0 Changes
October 12, 2016Migrated to Swift 3.0
-
v1.1.5 Changes
April 21, 2016- 🛠 Fixed slider layout and sizing. (#130)
- ➕ Added 8 pt margins around the playback slider in the default config to visually compensate for Slider layout changes.
-
v1.1.4 Changes
April 19, 2016🛠 Fixed memory leaks.
-
v1.1.3 Changes
February 24, 20160️⃣
action
button of a player is now hidden by default unless 1 or moreactivityItems
are set. If you have overriddenshowContentActions
and don't useactivityItems
you can just setplayerVC.viewForElementWithIdentifier("action")?.hidden = false
after initialization. -
v1.1.2 Changes
February 03, 2016🛠 Fixed #114.
-
v1.1.1 Changes
December 14, 2015- 🛠 Fixed #107.
- README improvements.
💥 Breaking changes
showContentActions
method ofMobilePlayerViewController
now takes an optionalsourceView
argument which should be provided when running on an iPad.
-
v1.1.0 Changes
December 10, 2015 -
v1.0.2 Changes
November 26, 2015- 🛠 Fixed #92.
- Remaining time label now displays a minus character before the remaining time. (e.g. "-0:01")
-
v1.0.1 Changes
November 17, 2015🛠 Fixed default image loading issues.