Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Apple Music genre selection screen

Does anybody have an idea how the genre selection bubbles in Apple music were made? The movement seems to be done with UiKit Dynamics. I definitely see collision behaviors but can't seem to reproduce the fluidity of the drag movement and the gravity towards the center of the view. I tried using UIPushBehavior and UiSnapBehavior, but no luck.

screenshot

like image 260
Dănuț Mihai Florian Avatar asked Jul 12 '15 22:07

Dănuț Mihai Florian


1 Answers

I don't think that it was done with UIKit Dynamics, I think they was using SpriteKit. I created a component that's can simulate similar physics

https://github.com/ProudOfZiggy/SIFloatingCollection_Swift

like image 108
SIlvester Avatar answered Oct 20 '22 21:10

SIlvester