views:

28

answers:

1

CATransition *animation = [CATransition animation]; animation.type = @"suckEffect"; animation.duration = 1.0f; animation.delegate = self; animation.timingFunction = UIViewAnimationCurveEaseInOut; [[tableView cellForRowAtIndexPath:indexPath].layer addAnimation:animation forKey:@"transitionViewAnimation"];

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

+1  A: 

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, and oglFlip.

lak in iphone