18 Jan 2019
Belle
Adding a wiggle animation to a UIBarButtonItem
I recently needed to add a wiggle animation to a UIBarButtonItem. It wasn't as simple as animating a standard UIButton, so I had to use a UIButton as the custom view of my bar button. I also used PromiseKit to wrap the animations, so I could chain them together ...