-
Notifications
You must be signed in to change notification settings - Fork 12
Animate NSLayoutConstraint.constant #4
Comments
I'd like to help with this. Can't be sure when I'll get to it, but if someone else has time before I do they can feel free to steal it. |
Should this use the same |
@indragiek It should definitely use a different type but! we can cheat and change |
@jspahrsummers Nice 👍 |
@jspahrsummers If I make |
@jspahrsummers Never mind, that was dumb. Forgot about function overloading. |
I was making my own local copy to use in one of my projects and there's a problem with the current PR & animating constraints, mainly because those animations require that the constraint value be set outside of The way I was thinking about doing is was:
Now my constraint animations work without having to change the |
We can wrap
NSLayoutConstraint
similarly to how we wrap views, and animate itsconstant
property with signals.The text was updated successfully, but these errors were encountered: