Skip to content
This repository was archived by the owner on Dec 18, 2019. It is now read-only.
This repository was 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

@userSV

Description

@userSV

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions