I am very new to iOS development. I need to add calender on a UITextField click. How can I add a custom calendar as I dont want to add a UIDatePicker.
I am very new to iOS development. I need to add calender on a
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.
First for implement Calendar many ways. But most populate and easy to get calendar by TapkuLibrary http://github.com/devinross/tapkulibrary and then implement this TapkuLibrary in your class file. After implementing following code for display calendar
headerFile.h
@end
implementationFile.h
// @synthesize…………..