I’ve searched but haven’t found exactely what I’m looking for. The app MyDataMgr has a very nice animated drop down menu (see pic). Does anyone know, if there this is an available component or where something similar can be found?
Thanks in advance.

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.
No, there is no component(as shown in image) provided by Apple.
Instead use UITableVIew, and when you touch setting button set your table view frame in an animation block
Note:- You have to give table a frame, if you are creating programmatically.
OR use blocks