airbnb / HorizonCalendar

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.
Apache License 2.0
2.8k stars 234 forks source link

Add visibleMonthRange and visibleDayRange to proxy #315

Closed bryankeller closed 1 month ago

bryankeller commented 1 month ago

Details

Adds properties for getting the visible month and day range on CalendarViewProxy.

Related Issue

N/A

Motivation and Context

Filling a gap in the SwiftUI API

How Has This Been Tested

Example app

Types of changes

Checklist