How do I split the UIPicker into multiple parts, like the date picker only not the Day, month, and year – my own specified variables such as – Gender and age?
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.
Your datasource method
needs to return 2, or however many parts you want.
Then, in your other delegate and datasource methods, you need to take into account what component it’s referencing, and populate/handle accordingly.