Closed Codeglee closed 10 years ago
Can you give us an example of how we could animate a constraint?
Thanks,
Assuming we have a topConstraint property of type NSLayoutConstraint:
topConstraint
NSLayoutConstraint
self.topConstraint.pop_spring.constant = 200;
Can you give us an example of how we could animate a constraint?
Thanks,