I am using the Kal calendar component for a leave management application on Xcode 4.2. I am developing the application for iPad.
I am highlighting From Date
and To Date
when the user applies for a leave in a particular month using tap on a tile method and setting the background color for that tile.
It is working fine, the only issue being, when I navigate from one month to another and come back to the previous month, the highlighted leaves for that month are not shown on the calendar.
In short, while navigating between months the highlighted color for the respective tiles is lost. I want that color for tiles to remain intact even if I navigate to a different month and come back to original.
How do I fix this problem?