Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 479 Bytes

README.md

File metadata and controls

25 lines (17 loc) · 479 Bytes

VLCUI

A VLCKit wrapper for SwiftUI.

Requirements

VLCKit must be installed and added to your project prior to using VLCUI.

Usage

struct ContentView: View {
	var body: some View {
		VLCVideoPlayer(url: /* video url */)
	}
}

Example

An example project is provided to show basic functionality of VLCUI. Download the frameworks with the provided Cartfile:

carthage update --use-xcframeworks