We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
following is my code to create videoPlayer
`var videoPlayer: ASPVideoPlayer = { let player = ASPVideoPlayer() player.translatesAutoresizingMaskIntoConstraints = false player.tintColor = UIColor.white player.backgroundColor = UIColor.black player.isUserInteractionEnabled = true player.isOpaque = true // player.gravity = .aspectFitvideo return player }()`
how do i set maximize option ? I can't see icon to maximize video. Thank you for this pod.
The text was updated successfully, but these errors were encountered:
It is working after implementing rotate method Thanx
Sorry, something went wrong.
No branches or pull requests
following is my code to create videoPlayer
how do i set maximize option ? I can't see icon to maximize video.
Thank you for this pod.
The text was updated successfully, but these errors were encountered: