Search code examples
iphoneiosipad

Any pull down or drop down menu for iOS?


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.


Solution

  • 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 UIPickerView or UISegmentedControl instead.

    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.