limitlessvirtual / LIVBubbleMenu-iOS

An animated and customisable bubble menu for iOS8.
MIT License
88 stars 12 forks source link

Showing only one bubble crashes #5

Open shrugs opened 9 years ago

shrugs commented 9 years ago

Showing only one bubble crashes if your total degrees is not a multiple of 360 (because then angle is 0, which, when computing future coordinates becomes NaN, breaking Pop).

Not a major issue, but something I figured I'd write on the internet in the event someone else has the issue.

lvandyk commented 9 years ago

Nicely spotted, we can fix it in the next version.

Happy New Years!!

On 01 Jan 2015, at 1:14 AM, Matt Condon notifications@github.com wrote:

Showing only one bubble crashes if your total degrees is not a multiple of 360 (because then angle is 0, which, when computing future coordinates becomes NaN, breaking Pop).

Not a major issue, but something I figured I'd write on the internet in the event someone else has the issue.

— Reply to this email directly or view it on GitHub.