I tried to reproduce what Apple did with the genre selection screen for apple music. At first I thought it was done with UIViewDynamics, but I found out that it was most likely done using SpriteKit due to the fact that it has the best physics engine. I tried importing SpriteKit into my singleViewApplication, but did it always fail? I tried container view to try to save SpriteKit code, because I only wanted it to appear in the middle / top of the screen.
However, I found code that someone wrote that reproduces what Apple did, and you can find it here
I looked at this code for a very long time, and I got a basic concept of how it works, but I did not quite understand it?
can someone look at this code and then tell me how they managed to replicate it?
source
share