Click here to Skip to main content
15,885,278 members
Please Sign up or sign in to vote.
2.00/5 (1 vote)
Will anyone help me to do dropdown menu using Button without using pickerview.. In google i didn't get the perfect solution.. plss help
Posted
Comments
Afzaal Ahmad Zeeshan 25-Aug-15 7:17am    
There is no perfect solution to any problem, you have to craft a good solution from general solution. :-)

1 solution

On ios it is better to use the common controls. In this problem the UIAlertView or ActionSheet is the right solution for ios 7. But for ios 8 and later use the UIAlertViewController. So you need to implement both, if you cant avoid the old ios 7. It is common technique to implement both ways and choose on the OS of the device at runtime.

Take also a look at this nice DropdownMenu at Github.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900