Ios swift – Strange UIView.animate behavior changing UIButton title color
Question I am trying to animate a UIView color from light grey to dark grey and a UIButton title color from blue to orange. The animation is meant to take place over 3 seconds when the UIButton is tapped. The…