Open rs658726 opened 4 years ago
Hi @rs658726 - do you mean something like this?
If so, my answer is: we don't have plans to support that right now, but if there's enough people asking for this, then maybe 🙂
Yes, that's it. The 2 most popular iOS calendar libraries support this and it is a highly requested feature. Thank you.
+1, I would like to see this as well. JTAppleCalendar has some big issues with how it does layout, and this is the only feature stopping me from switching right now.
+1, I need this too.
For full transparency, there are no plans to support this. My recommendation would be to build this single-row view as just a horizontally-scrolling collection view. The code for it should be pretty simple, and you should be able to accomplish it using flow layout or compositional layout. You could even reuse DayView.swift
and DayOfTheWeekView.swift
to ensure that the stylings are the same, if you're doing transitions between HorizonCalendar
and your custom single-row view.
Any minds changed regarding this feature @bryankeller ?
Hello,
Are there any plans to implement a week view in the near future?