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

Hello! Is is possible to get a visible month in SwiftUI? There is a property `visibleMonthRange` in UIKit, but we don't have it in SwiftUI version.

While browsing the code and searching through issues on GitHub, I haven't found a way to execute some arbitrary code on Scroll event in a .horizontal paginated calendar. Is this...

Hey, I was wondering if there's a way to display day rows only from the current week onwards in the month view instead of the entire month. Thanks

Is it possible to have the calendar show only days from Monday to Friday, where the weekends would be omitted?

I have tried creating a calendar with exact as from [your PR with example](https://github.com/airbnb/HorizonCalendar/pull/209). Works great, but I have noticed that when put inside a NavigationStack, title and toolbar disappears....

bug

Following the example in the README, I can't seem to get the selected day when using a custom dayItemProvider view. Here is the full code: ``` class ViewController: UIViewController {...

## Details Make initializer of DayComponentRange with Date range public ## Related Issue [programmatically update de selection range](https://github.com/airbnb/HorizonCalendar/issues/230) ## Motivation and Context In the application that I am currently developing...

I am building an app where I would like to make the month stick to the top upon scroll. Wondering how difficult is it to add it to `CalendarViewRepresentable`? @bryankeller...

CalendarView's scroll doesn't seem smooth when adding a custom day view. Currently trying to use this calendar for a fitness app I am making where I want to show the...

## Details ## Related Issue ## Motivation and Context ## How Has This Been Tested ## Types of changes - [ ] Docs change / refactoring / dependency upgrade -...