Skip to content

Commit c45e36a

Browse files
committed
update
1 parent e35d6f7 commit c45e36a

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

Sources/swiftui-loop-videoplayer/PlayerView.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ import SwiftUI
99
import AVKit
1010

1111
/// Player view for running a video in loop
12+
@available(iOS 14.0, *)
1213
public struct PlayerView: UIViewRepresentable {
1314

1415
/// Name of the video to play

Sources/swiftui-loop-videoplayer/view/LoopingPlayerUIView.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
import UIKit
99
import AVKit
1010

11+
@available(iOS 14.0, *)
1112
class LoopingPlayerUIView: UIView {
1213

1314
/// An object that presents the visual contents of a player object

0 commit comments

Comments
 (0)