NikKovIos opened this issue 3 years ago · 2 comments
NSLayoutConstraint.activate([ trimmerView.heightAnchor.constraint(equalTo: trimmerContainerView.heightAnchor, multiplier: 1/3) ])
How to achieve that with Stevia?
The "equation" api enables you to write it like a math equation :
trimmerView.Height == trimmerContainerView.Height / 3