ios - i want show different images continuously without user touch the button -
When touching a button, show the image to the code below. I can say "without a bear, cat, cow, dog" Anyone can touch the user's touch button NSMutableArray * dashBoy = [NSMutableArray array]; For (i = 1; i & lt; = 12; i ++) {butterfly = [NSString stringWithFormat: @ "bear_% d.png", i]; If ((image = [UIImage imageNamed: butterfly])) [dashBoy addObject: image]; } [StgImageView Set Animation Images: DashBoy]; [StgImageView Set Animation Duration: 4.0F]; [Set the StgImageView animation annotation: 2]; [StgImageView start-up]; You can do this as: - First of all, create a UIImageView property below, @property (nonatomic, weak) IBOutlet UIImageView * imageView; // Also connect it with Storyboard or EXib Then you can type the IBAction given below: - - (IBAction) startTap: (ID) Sender {{self.imageView Set Animation Duration: 1.0f]; // You can change the duration of the intensity or slow-making animation [Self.imageView Set Animation Images: Im...