Do anyone knows the link to the different types of name for available CATransition.
Like ripple,swift....
I want to know all the available names.
Are there any third-party libraries to do cool view transitions in iPhone OS?
Here are the available types.
These are the types that are available:
kCATransitionFade
kCATransitionMoveIn
kCATransitionPush
kCATransitionReveal
@"cameraIris"
@"cameraIrisHollowOpen"
@"cameraIrisHollowClose"
@"cube"
@"alignedCube"
@"flip"
@"alignedFlip"
@"oglFlip"
@"rotate"
@"pageCurl"
@"pageUnCurl"
@"rippleEffect"
@"suckEffect"
Subtypes that are available are:
kCATransitionFromRight
kCATransitionFromLeft
kCATransitionFromTop
kCATransitionFromBottom
The ones in the link @rkb posted are mostly private and cannot be used.
Have you looked at the documentation for CATransition? They're all listed at the bottom (there's a link to the list in the documentation for -type
and -subType
). There is no "ripple" or "swift." Where are you getting those from?