2012-01-23 59 views
0

我有任何具體的動畫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]; 
+0

你好....我們不能讀你的心! 「有一種不同的動畫」? – samfisher

回答

1

這關鍵不是任何預先定義的標準keys.These鍵只是一個用戶定義的名稱是指以備將來使用此動畫。 Check this link for reference

+1

鏈接無效 –

+0

鏈接無效 – silentBeep