8 ms·
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 change
by abmussani 12y 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 https://github.com/abmussani/RouletteWheel-for-IPhone-Ipod (Sorry for bad code structure).