VGPlayer icon indicating copy to clipboard operation
VGPlayer copied to clipboard

How to stop animation when adding default display view in playerview

Open userSV opened this issue 6 years ago • 0 comments

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

userSV avatar Mar 04 '19 06:03 userSV