Avatar
https://stackoverflow.com/questions/29764603/how-to-implement-periscopes-heart-animation これでそれっぽいアニメーションは作れるのですが、一つ問題があってemitterをどんどんaddで描画していくとメモリも増えていくようです。 アニメーションの終了したものはcompletionでremoveFromParent()してやる必要があ流ということでしょうか。どうすればメモリが増えていかずにこれ作れますかね。
I want to implement something similar like what periscope does to their live streaming app. To be specific, the countless floating heart emitted when user touch the screen. Is this could easily be