Releases: sahin/mobileplayer-ios
Releases · sahin/mobileplayer-ios
1.1.5
- 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.
1.1.3
action
button of a player is now hidden by default unless 1 or more activityItems
are set. If you have overridden showContentActions
and don't use activityItems
you can just set playerVC.viewForElementWithIdentifier("action")?.hidden = false
after initialization.
1.1.1
- Fixed #107.
- README improvements.
Breaking changes
showContentActions
method of MobilePlayerViewController
now takes an optional sourceView
argument which should be provided when running on an iPad.
1.1.0
- Improved default player UI.
- Playback now automatically starts when a pause overlay is dismissed.
- Detailed README and examples.
- Fixed #97, #96.
1.0.2
- Fixed #92.
- Remaining time label now displays a minus character before the remaining time. (e.g. "-0:01")
1.0.1
Fixed default image loading issues.
1.0.0
Initital release, make sure to check the documentation!