In my application ,I need a drop down menu or pop up window to select languages (English,Arabic,French,Hindi) when click on a button. How to implement and help me to write the code ?
Share
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.
The easy and simple way to design a drop down list is by representing it like a
UITableViewand some animation. This makes it look really like a dropdownlist. Here is a code I used for creating one . For this first import the<QuartzCore/QuartzCore.h>framework.First make a tableview , declare its methods and make the array containing the various languages.
Put this function on the click of a
UIButtonand youll see it work !!! Happy coding 🙂