Quote:
Originally Posted by Rifts
dang i was hoping for a simpler way =]
|
Write a method displayNextImage. Have it use an instance variable to decide which image to show. show the image, increment your instance variable, then have the method call itself again with performSelector:withObject:afterDelay: if there are still more images to display.