KiwiPlayer came to solve a expecific feature that needs pre buffering a playlist of videos to play it closer as a single video and need to be able seek time in videos with a single UISlider
KiwiPlayer allows you go forward and go back in playlist easily!!
Kiwi treats the playlist of videos as a single video than the Total durantion and Current duration is about all videos. Just use AVFoundation
framework, without any remote dependecy and is a couple of classes to include in your project.
- Xcode 9.0+
- Swift 4.2+
KiwiPlayer is available throught Cocoapods and Manually
pod 'KiwiPlayer'
git clone https://github.com/vitormesquita/KiwiPlayer.git
Copy Source
folder's classes (.swift
) to your project. Just it!
¯_(ツ)_/¯
Will be done
Vitor Mesquita, vitor.mesquita09@gmail.com
Kiwi is available under the MIT license. See the LICENSE file for more info.