Hi everyone i am developping a tab bar application where one of the tabs is the Calendar from Kal library (http://github.com/klazuka/Kal).
I use CoreData as the DataSource for the Kal. It works perfectly but the table view below the Cal is never "refreshing".
I mean, the table view is initialized with the events between the first day in month, and the last day in month.
But, i want the table view the list of events "dynamically" changed.
Example:
I have created two events : one at january 4th, one at january 8th.
The tableview is always showing the two events and no take care of the day selected in month. I mean, even if the day selected is January, 22nd, the two events are still displayed.
How can i load the calendar with all the events of the month and the tableview only with the events of the day ?
Thanks in advance,
Regards.