tags:

views:

114

answers:

0

Hi,

I'm doing a fairly simple animation with two UIImageViews that works fine on the simulator, but the animation crashes the app when its run on the iphone device. The animation for each view involves 13 png's and just starts the animation with an animation duration of roughly 2.25 seconds. Both animations are run at the same time within a UIScrollView that lets the user scroll up and down to see the both the animations. I wouldn't think the animations are very large, but does anyone have any advice on what might be making the app crash? In my console it says the program received signal "0". Again, this runs perfectly in the simulator, so does anyone know why it would be crashing in the device?

Thanks!