View & imgView Animation Effect
                        // 뷰 이동 1 UIView beginAnimations:nil context:nil]; [UIView setAnimationDuration:2]; CGAffineTransform transform = CGAffineTransformMakeTranslation(0.0, 60.0); [[self view] setTransform:transform]; CGAffineTransform transform2 = CGAffineTransformMakeTranslation(0.0, -60.0); [[self view] setTransform:transform2]; [UIView commitAnimations]; // 뷰 이동 2 [UIView beginAnimations:nil context:NULL]; [UIVi..
                        
                            프로그래밍/모바일관련
                            2012. 1. 2. 11:03