I hope to make 3d transition between two pictures just like the slideshow 3d transition in app ‘photos’.
For 2d transition, I can use CATransition.
Is there any 3D api for this?
Welcome any comment
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Yes, there is 2.5d animation in the iphone which is basiclly simulated 3d environment. you can do it by doing a 3dtransform to a layer and mov it in the Z Axis.
Heres a code sample
First you should set the vision point or the “Camera” by doing this :
then you just add BasicAnimation to your layer and change the y property
this sample code will make a 3d rotation to the image