zjfjack / JZCalendarWeekView

Calendar Week & Day View in iOS Swift
MIT License
448 stars 120 forks source link

change the horizontal lines to appear from the beginning #80

Open rishbaranwal opened 5 years ago

rishbaranwal commented 5 years ago

Can We change the horizontal lines to appear from the beginning in case the hour text not present, please look into screenshot attached

Screenshot 2019-05-31 at 9 47 21 AM
zjfjack commented 5 years ago

It seems not possible to achieve this with the current project.

Even if we can set the background of the time column to transparent, each time we swipe, all the events are shown beneath the column.

The reason why we cannot achieve this is that our column header is floating to the left edge. In your case, if your column header can be scrolled with the weekView, then it can be achieved.

Sorry about that, at the current stage, I don't have enough time to do this feature.

rishbaranwal commented 5 years ago

Thanks for reply, I can fork and do it myself, can you give me hint, what I have to do to scroll the column header with weekView

zjfjack commented 5 years ago

You can try it, but I don't think it is even possible without lots of changes.