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

TKCalendarDayTimelineView can not draw calendar events properly #232

Closed nandini1718 closed 11 years ago

nandini1718 commented 11 years ago

Hi Devin,

Thanks for solving issue no #211

There are two events start at 5.30AM and ends at 6.00AM , another event starts at 6.00AM and ends at 7AM. These two events are started at different time and ended at different time. But tapku day view draws these events by taking half width of screen instead of it should display both the events by drawing whole width of screen and one below another. This problem is occurred only when diference between end time of first event and start time of another event is less than 30 minute. Also if event has 5.00AM - 5.15AM, tapku draws it 5.00 - 5.30. Please find attached images. Let me know if you have any solution to this.

Thanks, Nandini

screen shot 2013-05-09 at 4 31 11 pm screen shot 2013-05-09 at 4 43 15 pm