HorizonCalendar
HorizonCalendar copied to clipboard
A declarative, performant, iOS calendar UI component that supports use cases ranging from simple date pickers all the way up to fully-featured calendar apps.
It's pretty obvious to me how to change the text color for single date selection, since the example `CalendarItemViewRepresentable` `makeView` method just returns a `UILabel`. However, in the example `DayRangeIndicatorView`,...
Hi @bryankeller i am working o a fitness app and , i really love how easy has been to implement the calendar, how ever i am getting some issues now...
Hello! I have an issue with creating my own custom dayView, it's called "CalendarDayView". It seems that some of constraints inside of your calendar view became broken after adding my...
Similar to the ability to add a CalendarItem to customize the month header, is there the capability to add a footer at the bottom of each month on the vertical...
We would like to allow the user to navigate infinitely into the future and into the past. We would also likely provide an initial scrolled month. We are achieving this...
I have a view model as you can see the below and I want to get selected days in my viewModel ``` final class DatePickerViewModel: ObservableObject { @Published var selectedDates...
I already testsed this with version `1.14.2` which is the newest at the moment. When I have a calendar with custom content for: - month header - week of day...
Hi, is it possible to display months ordered from newest on top, to oldest on bottom, for the specified date range inn makeContent() ?