[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.. 더보기 [ios] 소스판매, 소스구매 http://www.developergarden.com/en/marketplace/ios/ 더보기 [ios] view 투명설정 인터페이스 빌더에서 alpha 값을 조절하면 view 안의 전체 객체도 알파값이 먹어 투명하게 안되는것을 .. 찾다보니.. 아래처럼 간단하게 해결할수 있다.// 백드라운드만 불투명으로 설정 // White : 명암 (0.0f -> 1.0f : 검정색 -> 흰색) // alpha : 불투명도 (0.0f -> 1.0f : 투명 -> 불투명) [self.view setBackgroundColor:[[[UIColor alloc] initWithWhite:0.0f alpha:0.5f] autorelease]]; 더보기 이전 1 ··· 56 57 58 59 60 61 62 ··· 253 다음