Skip to content

tinuv/VLCUI

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

VLCKit for SwiftUI

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Swift 100.0%