How to give a bounce or pop up style animation while adding a subview in iOS?
I need something similar to UIAlertView appearance style. I know there are several methods to do the same: but I prefer to use basic [UIView animateWithDuration: ...]; block here, so may I get some help regarding the transform I should use here to get the pop up effect?
Thanks
Animationfor PopUp style :Swift
Reverse Animationwithhidingthesame ViewObjective-C
Reverse Animationwithhidingthesame View