HorizonCalendar icon indicating copy to clipboard operation
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.

Results 52 HorizonCalendar issues
Sort by recently updated
recently updated
newest added

I was able to compile for visionOS relatively easily. Increased Swift tools version to 5.9, added platform support and handled cases of haptic APIs that aren't supported. With that said,...

Assume i have given a range like this let startDate = calendar.date(from: DateComponents(year: 2021, month: 12, day: 31))! let endDate = Date() now i want that user can select latest...

I tried the following code ```swift UIView.appearance().semanticContentAttribute = .forceRightToLeft CalendarView.appearance().semanticContentAttribute = .forceRightToLeft ``` ![截屏2023-12-25 09 24 20](https://github.com/airbnb/HorizonCalendar/assets/20027844/aeba90d8-f206-4ad0-83b4-d5cbdbf42451) My expectation: This week should be from right to left

Hello everyone, This calendar is still great, really loving the ease of use that comes with it! One request that I have for a specific use case is to disable...

enhancement
good first issue

Hello, Are there any plans to implement a week view in the near future?

enhancement
question

I am working with [CalendarItemViewRepresentable](https://github.com/airbnb/HorizonCalendar/blob/master/Sources/Public/CalendarItemViewRepresentable.swift) file at the moment and I see that it has changed the `view model` to `content` in its latest implementation. But when I update my...

Hi, Can you fix the crash which happens if you scroll left few months and then very fast scroll right to the first presented month? The crash happens on this...

I am using HorizonCalendar that allows the user to select a date and enter some data based on the selected date. I am parsing the `Day` object to date like...

question

Hey! This library is so easy to use, rich and awesome! I was exploring the "HorizonCalendar Example App" and came across a bug that I wanted to share. [bug] In...

Hi @bryankeller thank you so much for this amazing library i have been trying to figure out how update the selection range using a a button outside of the calendar...