I want to know that it is possible to get event name from datepicker like if I select 25 december and get christmas as event name etc.
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.
Yes it is possible to create such functionality. You will have to create NSDictionary and Map date with event name. Whenever user selects any date then look it for that date in NSDictionary and get event name for that date.
This is one possible way. There might be other ways but please note that there is no predefined control to achieve this functionality.