Skip to content
This repository has been archived by the owner on Dec 18, 2019. It is now read-only.

How to stop animation when adding default display view in playerview #75

Open
userSV opened this issue Mar 4, 2019 · 0 comments
Open

Comments

@userSV
Copy link

userSV commented Mar 4, 2019

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)
}

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant