In my iOS app, I need to use pull down or drop down menu. I do not want to use action sheet or picker view.
Is there any pull down or drop down menu for iOS?
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.
No, there is no such thing within the iOS SDK and that is for a good reason – those elements are just not pretty, funky and usable well enough when acting on a touch display.
Consider using
UIPickerVieworUISegmentedControlinstead.But if you insist, check sites like Cocoa Controls for some derivates. Some of them are actually well done.
Ages later, things have changed – mostly due to the vastly increased screen estate. We now have UIMenu.