UIView.animate with limited repeat and autoreverse glitches on a real device – Ios swift
I'm trying to make a simple scale animation of a button 1.0 -> 1.4, repeat 3 times and then stop, but I'm experiencing a glitch on a real device. The code below works smoothly on a simulator, but on a…