我有任何具體的動畫ID列表+ (void)beginAnimations:(NSString *)animationID context:(void *)context
方法嗎? 比如我看到這樣的代碼:動畫ID列表開始動畫方法
[UIView beginAnimations : @"Display notif" context:nil];
[UIView setAnimationDuration:1];
[UIView setAnimationBeginsFromCurrentState:FALSE];
CGRect frame = paperCurl.frame;
frame.size.height -= 40;
frame.origin.y += 40;
paperCurl.frame = frame;
[UIView commitAnimations];
你好....我們不能讀你的心! 「有一種不同的動畫」? – samfisher