How could I copy the slide down effect with the tail on the springboard which occurs when a ‘appgroup’ (collection of apps in one folder) is selected?
It would be used to show a few buttons.
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.
You can use simple Core animations to do that.
Like so:
Where coverView is a view covering your buttons, when this animation is executed the view animates to the point X=x Y=400 and uses 2 seconds to do it. You can do this to any object in interface builder, and therefore you can experiment and create what suits you.
Hope that helps.