Mobileplayer Ios Versions Save

:iphone: :movie_camera: A powerful and completely customizable media player for iOS

1.2.0

7 years ago

Migrated to Swift 3.0

1.1.5

8 years ago
  • 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

8 years ago

Fixed memory leaks.

1.1.3

8 years ago

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

8 years ago

Fixed #114.

1.1.1

8 years ago
  • 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

8 years ago
  • Improved default player UI.
  • Playback now automatically starts when a pause overlay is dismissed.
  • Detailed README and examples.
  • Fixed #97, #96.

1.0.2

8 years ago
  • Fixed #92.
  • Remaining time label now displays a minus character before the remaining time. (e.g. "-0:01")

1.0.1

8 years ago

Fixed default image loading issues.

1.0.0

8 years ago

Initital release, make sure to check the documentation!