v0.2.1.rc1
Pre-release
Pre-release
ElizaSapir
released this
15 May 11:49
·
354 commits
to develop
since this release
Cocoapods
Since it's pre-release please use following on your Podfile:
pod 'PlayKit', :git => 'https://github.com/kaltura/playkit-ios.git', :tag => 'v0.2.1.rc1'
Fixed Bugs
- FEM-1400 (#164)
- Fixed issues found from youbora QA team.
- Fixed issue with resource url.
- Player View Enhancements (#163)
- Updated PlayerView to have AVPlayerLayer backed in, instead of adding sub-layer.
- Update Player.view property to be of type PlayerView
- Added convenience method for player view to add inside container view easily.
- Youbora fixes (#165)
- Separated inner prepare of the player into 2 stages: setMedia and then calling super.prepare.