2010-02-01 74 views

回答

1

警告:漣漪效應是無證的,所以你不能在AppStore中使用它。


截至3.1.2,您可以使用波紋過渡效果與

[UIView beginAnimations:@"transition" context:NULL]; 
[UIView setAnimationTransition:110 forView:myViewContainer cache:YES]; 
// add subview here. 
[UIView commitAnimations]; 
+0

哇!不錯。你在哪裏找到所有無證過渡? – CVertex 2010-02-02 05:07:25

+1

@CVertex:http://iphonedevwiki.net/index.php/UIViewAnimationState – kennytm 2010-02-02 05:08:26

+0

舊帖子的快速問題,因爲這是未記錄,是這個應用程序商店安全嗎? – Oriacle 2011-08-02 20:14:00