I\'d like to ask how to implement the pop animation when holding a keyboard key for iOS 8 keyboards extension. I know how to assign the long press gesture on every key but doesn
Might be easiest to just do the animation in photoshop or something that can output the animation frames as separate images, then animate a UIImageView
(docs).
So just have the background of the popup thing animate in the above mentioned way, then can either make the letter fade in with the animation, or carefully animation the UILabel
with the backgrounds animation