devinross / tapkulibrary

tap + haiku = tapku, a well crafted open source iOS framework
http://devinross.com/tapku/documentation
MIT License
3.9k stars 653 forks source link

Strange and Weird issue with the Dayview Timeline Zone #236

Open gvnsandeep opened 11 years ago

gvnsandeep commented 11 years ago

Hi Devinross,

There is a strange issue in the Dayview Timeline Zone of Tapku Calendar.

  1. Snapshot of the image during the page load, that means when I am loading the calendar for the first time.

screen shot 2013-05-27 at 5 02 01 pm

  1. If I try to navigate the date from 27th May 2013 to 26th May 2013, the date is getting displayed properly in the header part of the Dayview Calendar. However "(void)calendarDayTimelineView:(TKCalendarDayView )calendarDay didMoveToDate:(NSDate )date" Event is displaying the selected date as 25th May 2013 instead of 26th May 2013.

Here is the image for the same.

screen shot 2013-05-27 at 5 03 46 pm

  1. We try to fetch the events from webservice based on the selected date in the day view mode of Tapku Calendar in the method below:

(void)calendarDayTimelineView:(TKCalendarDayView )calendarDay didMoveToDate:(NSDate )date

Once we fetch the data using web service we will be calling the function below. [self.dayView reloadInputViews];

During this time, in the method below

The date is getting displayed as "24th May 2013"

screen shot 2013-05-27 at 5 14 28 pm

Could you please, let me know whether I am doing some thing wrong or else is this a bug in the Tapku Calendar. If it is a bug, could you please provide me a solution to resolve this.

If this is not a bug please let me know where I am going wrong.

Regards,

G V N Sandeep