WIP
This commit is contained in:
@@ -22,9 +22,12 @@ struct VideoPlayerView: View {
|
||||
Text("Done")
|
||||
})
|
||||
.padding()
|
||||
.frame(maxWidth: .infinity)
|
||||
.background(Color(uiColor: UIColor(red: 0.11, green: 0.11, blue: 0.12, alpha: 1)))
|
||||
|
||||
SafariWebView(url: url)
|
||||
}
|
||||
.background(.black)
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user