开发者

when cell gets selected in table view i should able to animate the cell before going to another view

开发者 https://www.devze.com 2023-01-14 05:29 出处:网络
CATransition *animation = [CATransition animation]; animation.type = @\"suckEffect\"; animation.duration = 1.0f;
CATransition *animation = [CATransition animation];
animation.type = @"suckEffect";
animation.duration = 1.0f;
animation.delegate = self;
animation.timingFunction = UIViewAnimationCurveEaseInOut;
[[tableView cellForRowAtIndexPath:indexPath].layer addAnimation:animati开发者_StackOverflow中文版on forKey:@"transitionViewAnimation"];

Can any body tell me what are the other types of animations to animate the table cell.


I am selected one of these to animate rows ,tat solved my problem....

pageCurl, 
pageUnCurl, 
suckEffect, 
spewEffect,
cameraIris (from the Photos application),
cameraIrisHollowOpen,
cameraIrisHollowClose,
genieEffect (typically used for deleting garbage),
unGenieEffect, 
rippleEffect, 
twist, 
tubey,
swirl,
charminUltra,
zoomyIn,
zoomyOut,
oglFlip.
0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号