all coder , I see the foldout animation view in the original iPhone google map app, I want the same effect in my view , but I have not find solution …
how to do the same animation via iPhone sdk ? any tip will be much appreciated…
thanks…
iRobin
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.
I believe that what you’re looking for is
UIViewAnimationTransitionCurlUpandUIViewAnimationTransitionCurlDown, two transition effects that can be applied when switching views. To produce the effect, you could use code like the following: