Swiftpack.co - LePips/VLCUI as Swift Package

Swiftpack.co is a collection of thousands of indexed Swift packages. Search packages.
See all packages published by LePips.
LePips/VLCUI 0.5.1
VLCKit for SwiftUI
⭐️ 31
🕓 1 year ago
iOS macOS tvOS
.package(url: "https://github.com/LePips/VLCUI.git", from: "0.5.1")

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

GitHub

link
Stars: 31
Last commit: 12 weeks ago
Advertisement: IndiePitcher.com - Cold Email Software for Startups

Release Notes

0.5.1
1 year ago
  • Make VLCVideoPlayer.Proxy conform to ObservableObject, in the instance it is desired that it can be injected into the environment
  • Convert all public facing fixed width integers to Int
  • MediaTrack is now a struct instead of a tuple pair
  • Set the font via the string font name
  • Fix setting the audio track index
  • VLCVideoPlayer.Proxy now holds a weak reference to the underlying objects

Swiftpack is being maintained by Petr Pavlik | @ptrpavlik | @swiftpackco | API | Analytics