Autolayout animate constraint does not animate subviews
问题 I have a UIView which has a UILabel as subview in it. Now I change the width of the UIView with an animation (changing constant property of constraint) and call layoutIfNeeded in UIView animate...) The view is resizing normal, but the UILabel (subview) changes the font size to the 'end'-size but didn't animate correctly like the uiview. According to the WWDC 2012 session the subviews should animate if only the constant of the superview gets changed. The UILabel has a minimum font scale of 0,1