Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

davejas69

macrumors newbie
Original poster
Feb 19, 2009
25
0
I am experimenting with arrays and I have an array that holds four images,
displays one of them and then cycles back and does it again over and over.

It works. There are no errors or warnings but it runs terribly! It jumps around,
goes fast, goes slow. I can't imagine it is a memory issue with 4 little pictures.
Any help would be greatly appreciated!
-----------------------------------------------------------------------------------------


bbbhbn.jpg
 
Please also note in the code example above...
I am aware that the methods with the individual pictures in them, like cherry
or orange are pointing to a method called "keyframe one" that does not exist.
That has been corrected, I took the screenshot before I renamed it.
 
Did you release all the UIImage variables in the last dealloc method? That must be done to properly release them from the temporary memory.
 
Hi isaaclimdc,
That would be: "imageContainer release"? or more than that?
 
I just tried it and I got errors saying undeclared, first use in this function.
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.