A VLCKit wrapper for SwiftUI.
VLCKit must be installed and added to your project prior to using VLCUI.
structContentView:View{varbody:someView{VLCVideoPlayer(url: /* video url */)}}An example project is provided to show basic functionality of VLCUI. Download the frameworks with the provided Cartfile:
carthage update --use-xcframeworks