I am an iPhone developer. I am trying to select multiple items in a dropdown box in iPhone. I have tried all possibilities but unable to do it. Please suggest me. It's really very important to me.
Thanks in advance. fabre..
I am an iPhone developer. I am trying to select multiple items in a dropdown box in iPhone. I have tried all possibilities but unable to do it. Please suggest me. It's really very important to me.
Thanks in advance. fabre..
Is there a dropdown box in iPhone? I am quiet sur that those doesn't exists and are usually replaced by tableView or picker.
What i would do is a tableview with self made cell views that are combining text and a 2 states button that design is a box checked or not depending on the button state. That should work fine with a proper controller behind.
this is one of the best examples you are looking for
https://github.com/kiran5232/KDropDownMultipleSelection/archive/master.zip