Skip to content

Latest commit

 

History

History
23 lines (13 loc) · 372 Bytes

File metadata and controls

23 lines (13 loc) · 372 Bytes

LegacyVideoPlayer

A video player for swiftUI

Installation

For Swift Packages

Add a dependency in your your Package.swift

    .package(name: "LegacyVideoPlayer", url: "https://github.com/perimeter-inc/LegacyVideoPlayer", from: "1.0.0")

Usage:

    LegacyVideoPlayer(url: url) { videoOverlay }
        .play(isLooping: true)