How would I get my page to curl up as it does in the new apple maps? I know how to make it curl up to see another page but I’m talking about the curl in the bottom right corner of the map. Here is a pic if you want to see what I’m talking about:

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.
To display this curly corner, simply use a PNG image (which contains the curly white part with its gradient and shadow + the gray background part of the supposed below view, the rest of the PNG being transparent — similar to this one found via Google Image for example).
You can then use this image as the
backgroundImageof aUIButton— or as theimageanUIImageViewto which you can add aUITapGestureRecognizer— and then add it as a subview of your frontmost view, in its bottom right corner. Then simply configure this button (or theUIImageView‘sUITapGestureRecognizer) so it triggers the curl animation on tap.