【发布时间】:2012-02-16 16:44:49
【问题描述】:
+ (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];
【问题讨论】:
-
你好....我们无法读懂你的想法!!! “有一种不同的动画”???