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
{{ message }}
This repository was archived by the owner on Dec 18, 2019. It is now read-only.
When the default player view is being added to the player view, it show a strange animation while adding. How to remove this animation.
The code for adding view is:
self.displayView.snp.makeConstraints {(make) in
make.top.equalTo(view.snp.top)
make.left.equalTo(view.snp.left)
make.right.equalTo(view.snp.right)
make.bottom.equalTo(view.snp.bottom)
}
When the default player view is being added to the player view, it show a strange animation while adding. How to remove this animation.
The code for adding view is:
self.displayView.snp.makeConstraints {(make) in
make.top.equalTo(view.snp.top)
make.left.equalTo(view.snp.left)
make.right.equalTo(view.snp.right)
make.bottom.equalTo(view.snp.bottom)
}