Xcode – UIView Animation Removes layer.cornerRadius After Completion
I have a UILabel that I am animating the constraints for so that it drop down into view. I am using layer.cornerRadius to give the view rounded corners, but for whatever reason after the animation completes the corner radius is…