It's really hard to know what you're looking for here, without a sample GIF or something. But if it's what I think it is, where a button moves from an initial center, to a new center slightly to a left, to a new center slightly to the right, and maybe another time or two before centering again you should look at UIView's animateKeyframes(withDuration:delay:options:animations:completion:) method.