- 49 名前:デフォルトの名無しさん mailto:sage [2009/05/21(木) 20:49:13 ]
- マルチになってしまいますが、後になってこちらのスレの存在に気付いたので
再び質問させていただきます。 以下のコードの流れについて知りたのですがよく分かりません。 行ごとに簡単に解説してくれると助かります。よろしくお願いします。 -(void)touchesBegan:(NSSet *)touches withEvent:(UIEvent *)event { Animations:nil context:nil]; [UIView setAnimationDuration:0.7]; [UIView setAnimationTransition:UIViewAnimationTransitionFlipFromLeft forView:selfcache:YES]; if ( enabled ) [[UIApplication sharedApplication] sendAction:@selector(buttonPushed:) to:target from:self forEvent:event]; [UIView commitAnimations];
|

|