A VLCKit wrapper for SwiftUI.
VLCKit must be installed and added to your project prior to using VLCUI.
struct ContentView: View {
	var body: some View {
		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