-
Notifications
You must be signed in to change notification settings - Fork 13
Open
Description
The same code on the iPhone runs relatively smoothly, but on the iPad with the same code, I get the following error message every so often:
-[__NSCFArray insertObject:atIndex:]: index (27) beyond bounds (27) at animations.js (line 193)
Here is my code that i'm using to stop a spinning imageView and set it back to the correct position (which is triggering the error
POP.clear(navButton).spring(navButton,{rotate:{z:0}, delay:0,easing:'easeOutCubic'},function(){
Ti.API.info('[Spinning completed and image straightened out');
});
Metadata
Metadata
Assignees
Labels
No labels