FNReactionsView
FNReactionsView copied to clipboard
Use CAEmitterLayer instead of views
For such a functionality, CAEmitterLayer is much more performant than creating views. You can animate each cell (CAEmitterCell) just like you do with views, using Core Animation.
Amazing idea! I will start working on this update... feel free to contribuite!