i would like to know if there are any frameworks for iOS to make a dropdown menu like the Gmail App


Thanks !
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 do not know of any frameworks, but this would be a pretty small amount of code to get working. All you need is a view with a background colour with alpha < 1, and put some buttons on it. Then slide it in and out using UIView animations. Hey presto.
You can create the view in interface builder to save yourself some time, and put if off the top of the view. To animate it in, just use something like: