I want to recreate the animation that exists in the Periscope application. In the application, the user clicks on the screen, and small hearts go from the button to the right of the screen halfway up and disappear from the screen.
I was wondering what would be the most efficient way to implement this? UIView / UIKit Dynamics / CABasicAnimation Animation?
This is a screenshot from the app.

Thank,
source
share