Skip to content

v0.1.9

Compare
Choose a tag to compare
@ElizaSapir ElizaSapir released this 31 Jan 15:03
· 451 commits to develop since this release

Note: This release contains a few breaking changes. So please pay attention!

Before: player.addObserver(self, events: [PlayerEvent.DurationChanged.self]) { event in print(event.duration)
}

After:player.addObserver(self, events: [PlayerEvent.durationChanged]) { event in print(event.duration)
}

Cocoapods

https://cocoapods.org/pods/PlayKit

Fixed Bugs & Issues