The calendar control that was developed is actually nothing but a view component and if you want to show any date specific data on it then you need separate delegate. The calendar is inherited from UIView and so you can add it as sub-view to other top level view that you want. Using this control one can add/show tasks of any date. Under the calender view there has a little sub view when you load calendar view.
In the calendar view when you select a date then if there has no task at that date then following view with message will appear.
In the calendar view when you select a date then if there has tasks at that date then following view with the summary of tasks will appear.
Calendar Controller
The calendar control that was developed is actually nothing but a view component and if you want to show any date specific data on it then you need separate delegate. The calendar is inherited from UIView and so you can add it as sub-view to other top level view that you want. Using this control one can add/show tasks of any date. Under the calender view there has a little sub view when you load calendar view.
In the calendar view when you select a date then if there has no task at that date then following view with message will appear.
In the calendar view when you select a date then if there has tasks at that date then following view with the summary of tasks will appear.