animationImages 썸네일형 리스트형 [ios]시간, 애니메이션-그럼컷넘기기 // 애니메이션 - (void)viewDidLoad { imgView.animationImages=[NSArray arrayWithObjects: [UIImage imageNamed:@"lori.png"], [UIImage imageNamed:@"miranda.png"], [UIImage imageNamed:@"taylor.png"], [UIImage imageNamed:@"ingrid.png"], [UIImage imageNamed:@"kasey.png"], [UIImage imageNamed:@"wreckers.png"], nil]; imgView.animationDuration=20.0; imgView.animationRepeatCount=0; [imgView startAnimating]; [sel.. 더보기 이전 1 다음