Skip to content

Get errors on iPad sometimes #12

@mark22

Description

@mark22

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions