In iPad maps there is curl effects; I have two questions:
1- what’s the way to implement the same effect but I want a total curl and not partial
2- the flap at the bottom right, is only a graphic effect? or I can do it with code?
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.
Have you looked at UIPageViewController? It was added in iOS5 and may lead you in the right direction.
There’s also a UIViewAnimationTransition which involves a curl, but it goes from one view to another – not really like the map does it.