You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for considering to open an issue. Before you submit your issue, please confirm these boxes are checked.
I have searched in existing issues but did not find the same one.
BMPlayer version
Installed with
Carthage
Cocoapods
Issue Description
What
I need to remove the full screen button, but the only way for doing this is creating a custom controlView subclassing BMPlayerControlView. If the controlView attribute of BMPlayer wasn't private, someone can access the fullscreenButton and remove it from his superview, or set the controlView directly. I added the player via IB so I wouldn't have to reinitialize it or setting constraints using SnapKit
Reproduce
[The steps to reproduce this issue. What is the URL you were trying to play, where did you put your code, etc.]
Other Comment
[Add anything else here]
The text was updated successfully, but these errors were encountered:
Check List
Thanks for considering to open an issue. Before you submit your issue, please confirm these boxes are checked.
BMPlayer version
Installed with
Issue Description
What
I need to remove the full screen button, but the only way for doing this is creating a custom controlView subclassing BMPlayerControlView. If the controlView attribute of BMPlayer wasn't private, someone can access the fullscreenButton and remove it from his superview, or set the controlView directly. I added the player via IB so I wouldn't have to reinitialize it or setting constraints using SnapKit
Reproduce
[The steps to reproduce this issue. What is the URL you were trying to play, where did you put your code, etc.]
Other Comment
[Add anything else here]
The text was updated successfully, but these errors were encountered: