mirror of
https://github.com/yattee/yattee.git
synced 2025-10-11 01:48:12 +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