且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

iPhone - 在 UIImageView 上产生波纹效果

更新时间:2023-11-17 13:58:04

在iPhone中使用下面的涟漪效果

Use below for ripple effect in iPhone

[UIView beginAnimations:nil context:NULL];
[UIView setAnimationDuration:1.0];
[UIView setAnimationTransition:(UIViewAnimationTransition) 110 forView:view cache:NO];
[UIView commitAnimations];

更多效果可以查看这个链接:

For more effects you can check this link :

http://www.iphonedevwiki.net/index.php?title=UIViewAnimationState