Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Multiplier in Constraints #168

Open
rehannali opened this issue Jul 1, 2022 · 0 comments
Open

Multiplier in Constraints #168

rehannali opened this issue Jul 1, 2022 · 0 comments

Comments

@rehannali
Copy link

Hi, how can we add multiplier to any constraint
Example snapkit
make.centerY.equalTo(self).multipliedBy(0.8)

Example native:
selectionView.centerXAnchor.constraint(equalTo: safeArea.centerXAnchor, multiplier: 0.8).isActive = true

I don't found a way to add multiplier. It only have constant/padding to constraint.

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

No branches or pull requests

1 participant