Ramotion / circle-menu

:octocat: ⭕️ CircleMenu is a simple, elegant UI menu with a circular layout and material design animations. Swift UI library made by @Ramotion
https://www.ramotion.com/circle-menu-open-source-iphone-app-development-library/
MIT License
3.44k stars 357 forks source link

Fix crash in example #3

Closed skywinder closed 8 years ago

skywinder commented 8 years ago

For some reason got crash on iPhone 6 plus (8.3) comment out initialVelocity setter fixes this issue. Of course, it's not a proper solution, just want to point to this crash.

CircleMenu[10725:1299086] *** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '-[CASpringAnimation setInitialVelocity:]: unrecognized selector sent to instance 0x174035720'

But I not understand, why it's not available..

0ber commented 8 years ago

thanks

skywinder commented 8 years ago

@ober01 any thoughts, why it don't works on device, but works in Simulator?