Skip to content

Releases: sahin/mobileplayer-ios

1.2.0

12 Oct 04:00
Compare
Choose a tag to compare

Migrated to Swift 3.0

1.1.5

21 Apr 19:58
Compare
Choose a tag to compare
  • 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.4

19 Apr 18:17
Compare
Choose a tag to compare

Fixed memory leaks.

1.1.3

24 Feb 09:12
Compare
Choose a tag to compare

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.2

03 Feb 03:17
Compare
Choose a tag to compare

Fixed #114.

1.1.1

14 Dec 12:06
Compare
Choose a tag to compare
  • 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

10 Dec 16:24
Compare
Choose a tag to compare
  • Improved default player UI.
  • Playback now automatically starts when a pause overlay is dismissed.
  • Detailed README and examples.
  • Fixed #97, #96.

1.0.2

26 Nov 01:27
Compare
Choose a tag to compare
  • Fixed #92.
  • Remaining time label now displays a minus character before the remaining time. (e.g. "-0:01")

1.0.1

17 Nov 03:25
Compare
Choose a tag to compare

Fixed default image loading issues.

1.0.0

02 Oct 17:06
Compare
Choose a tag to compare

Initital release, make sure to check the documentation!