Hacker News new | ask | show | jobs
by abmussani 4307 days ago
Few weeks ago, I tried to create a roulette wheel for an iOS application. For ball animation, I used CGPath but couldn't make a realistic movement then I changed it to UIBezierPath.

https://github.com/abmussani/RouletteWheel-for-IPhone-Ipod (Sorry for bad code structure).