mirror of
https://github.com/yattee/yattee.git
synced 2025-11-25 18:58:21 +00:00
@@ -5,7 +5,7 @@ import SwiftUI
|
||||
#if os(iOS)
|
||||
struct AppleAVPlayerView: UIViewRepresentable {
|
||||
func makeUIView(context _: Context) -> some UIView {
|
||||
PlayerLayerView(frame: .zero)
|
||||
PlayerLayerView()
|
||||
}
|
||||
|
||||
func updateUIView(_: UIViewType, context _: Context) {}
|
||||
|
||||
Reference in New Issue
Block a user