CocoaPods trunk is moving to be read-only. Read more on the blog, there are 9 months to go.
| TestsTested | ✗ |
| LangLanguage | SwiftSwift |
| License | MIT |
| ReleasedLast Release | Dec 2015 |
| SPMSupports SPM | ✗ |
Maintained by flexih.
A iOS and OSX media player framework based on AVPlayer. Make your player UI and logic quickly and easily.
CPModuleManager CPModule CPModuleDelegate CPModuleView CPModuleViewDelegate corePlayer = CorePlayer()
corePlayer!.moduleManager()?.initModules([ModuleView.self])
corePlayer!.view().frame = self.view.bounds
view.addSubview(corePlayer!.view())
corePlayer!.playURL(URL)
CorePlayer.Swift is available under the MIT license. See the LICENSE file for more info.