I am having a custom ‘tableview’ implementation. I am implementing a feature which I want to animate by showing the “drop pin” effect. This effect is shown in the popular Google Maps app.
how do I mimic this animation?
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.
It doesn’t seem like much of an effect — it’s really just an image of a pin moving from the top of the screen to someplace in the middle. A basic UIView animation with an appropriate animation curve would probably do it. Is there something in particular you’re having trouble with?