I am extremely confused now while researching on datepicker just like the calendar app in ios.
I referred to this post, Expanding and collapsing UITableViewCells with DatePicker
and also apple's sample code https://developer.apple.com/library/ios/samplecode/DateCell/Introduction/Intro.html
One big confusion I have is that they seem to be declaring all the properties to their viewcontroller, where as I needed to create classes for the different cells and pull the IB outlets there.(i.e. I cannot declare my properties in my tableviewcontroller, if not i would receive an error about repeating content) Also, checking the apple's sample code, they do have 3 prototype cells and all without a class. (I thought that all custom cells needed a class?)