facebookarchive / pop

An extensible iOS and OS X animation library, useful for physics-based interactions.
Other
19.66k stars 2.88k forks source link

Adding support for autolayout constraint multipliers #301

Closed andrewjl closed 8 years ago

andrewjl commented 8 years ago

I've accommodated the readonly multiplier property the best way I could think of here. Also added the constraint constant property to the unit tests as it was missing.

andrewjl commented 8 years ago

Getting a Travis CI build error related to tvos. (pod install is failing on there) Can anyone recommend a workaround?

andrewjl commented 8 years ago

Having trouble updating / replacing the constraint in the view it's attached to. Closing this for now.