We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
autoplay
1 parent 21c68e4 commit 38347c4Copy full SHA for 38347c4
Example/Example/ViewController.swift
@@ -166,7 +166,8 @@ class ViewController: UIViewController {
166
case "custom":
167
let customPlayerView = CustomPlayerView()
168
customPlayerView.verbose = true
169
- customPlayerView.autoplay = true
+ // Uncomment to enable autoplay
170
+ // customPlayerView.autoplay = true
171
customPlayerView.load(playerSettings)
172
playerView = customPlayerView
173
default:
0 commit comments