I need to do same animation as done in Periscope App, while user is sending heart. Hearts are popping per touch and travel randomly and disappears and eventually fade out. Each touch will generate exactly one particle (heart, in this case). The faster user touches, the more heart appears.
Just like this :
I have tried CAEmitterLayer
, but the emitter will emit particle with a birthrate
, there's no way to granularly control the emission of particle.
I don't know what I can use else to do so? I am stuck at this point.