Animating Constraint Changes, position animates but height jumps without animation
I have a custom UIView. Within that UIView I have a UILabel with a yellow background containing @"8" called labelWhite . I programmatically create 4 constraints for that UILabel: top, left, width, and height. When I tap the UIView, I change the constant value of the height and animate the layout over 5 seconds. However, the height of the view immediately jumps to the new value, but the y position also changes and jumps to a new value immediately. Then over the 5 second animation, the y position animates back to where it should have stayed all along. You can see a video of it happening here: